tests: remove unnecessary Cwd imports
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user