summaryrefslogtreecommitdiff
path: root/t/924903.t
diff options
context:
space:
mode:
Diffstat (limited to 't/924903.t')
-rw-r--r--t/924903.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/924903.t b/t/924903.t
index 92ca4b0..fa70834 100644
--- a/t/924903.t
+++ b/t/924903.t
@@ -5,6 +5,11 @@ use Test::More tests => 3;
5use File::Path qw(remove_tree); 5use File::Path qw(remove_tree);
6use File::Copy::Recursive qw(dircopy); 6use File::Copy::Recursive qw(dircopy);
7use File::stat; 7use File::stat;
8use Cwd;
9
10my $root = Cwd::cwd;
11$ENV{PATH} = "$root:$ENV{PATH}";
12$ENV{DH_AUTOSCRIPTDIR} = $root;
8 13
9sub prepare_source_package { 14sub prepare_source_package {
10 die '$0 does not match expected format' 15 die '$0 does not match expected format'