summaryrefslogtreecommitdiff
path: root/T.pm
diff options
context:
space:
mode:
Diffstat (limited to 'T.pm')
-rw-r--r--T.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/T.pm b/T.pm
index 4178fd8..4cc407e 100644
--- a/T.pm
+++ b/T.pm
@@ -10,8 +10,6 @@ our @ISA = qw(Exporter);
10our @EXPORT = qw(system_ok); 10our @EXPORT = qw(system_ok);
11 11
12my $root = Cwd::cwd; 12my $root = Cwd::cwd;
13$ENV{PATH} = "$root:$ENV{PATH}";
14$ENV{DH_AUTOSCRIPTDIR} = $root;
15 13
16die '$0 does not match expected format' 14die '$0 does not match expected format'
17 unless ($0 =~ m#t/([0-9]+)\.t#); 15 unless ($0 =~ m#t/([0-9]+)\.t#);