#571 tests should not use user local config

This commit is contained in:
Oliver Gorwits
2019-05-27 16:45:57 +01:00
parent 88788534ba
commit ae94440df8
5 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use strict;
use warnings;
BEGIN { $ENV{DANCER_ENVDIR} = '/dev/null'; }
use Test::More;
use Env::Path;
use FindBin qw( $Bin );