forked from lix-project/hydra
tests: remove unnecessary Cwd imports
This commit is contained in:
parent
9a3af13c51
commit
014778344c
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
|
|
||||||
my %ctx = test_init();
|
my %ctx = test_init();
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
use feature 'unicode_strings';
|
use feature 'unicode_strings';
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
|
|
||||||
my %ctx = test_init();
|
my %ctx = test_init();
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
|
|
||||||
my %ctx = test_init();
|
my %ctx = test_init();
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Cwd;
|
|
||||||
use Setup;
|
use Setup;
|
||||||
use TestScmInput;
|
use TestScmInput;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
use feature 'unicode_strings';
|
use feature 'unicode_strings';
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Cwd;
|
|
||||||
use JSON;
|
use JSON;
|
||||||
use Setup;
|
use Setup;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue