From 19c3f13d5c88ac318eb17d1a3c176610af2ad16c Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sun, 20 Sep 2020 17:27:20 +0200 Subject: update path to mech-dump script during autopkgtest Origin: vendor Forwarded: not-needed Last-Update: 2019-11-02 Gbp-Pq: Name autopkgtest.patch --- t/mech-dump/mech-dump.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/mech-dump/mech-dump.t b/t/mech-dump/mech-dump.t index 247a07b..b64df8a 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( script mech-dump ) ); if ( $^O eq 'VMS' ) { $exe = qq[mcr $^X -Ilib $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. -- cgit v1.2.3