summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-10-05 03:55:44 +0200
committergregor herrmann <gregoa@debian.org>2019-10-05 03:55:44 +0200
commitb3f2c7c0eee14a8e37d33ef4eed8daf3f27b8247 (patch)
tree55c8834439574b00591fa427a69e3726e07b3bf6
parente9e0dad41e045e30314df9b07c5eaada5cd34879 (diff)
update path to mech-dump script during autopkgtestarchive/debian/1.93-1
Origin: vendor Forwarded: not-needed Last-Update: 2016-08-09 Gbp-Pq: Name autopkgtest.patch
-rw-r--r--t/mech-dump/mech-dump.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/mech-dump/mech-dump.t b/t/mech-dump/mech-dump.t
index 584ee4a..f2877f5 100644
--- a/t/mech-dump/mech-dump.t
+++ b/t/mech-dump/mech-dump.t
@@ -18,6 +18,7 @@ my $exe = File::Spec->catfile( qw( blib script mech-dump ) );
if ( $^O eq 'VMS' ) {
$exe = qq[mcr $^X "-mblib" $exe];
}
+$exe = '/usr/bin/mech-dump' if $ENV{AUTOPKGTEST_TMP};
# Simply use a file: uri instead of the filename to make this test
# more independent of what URI::* thinks.