File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ dh-dist-zilla (1.4.1) UNRELEASED; urgency=medium
2
2
3
3
* Use the Debian Perl Team's autopkgtest helpers.
4
4
+ Drop debian/tests/control, no more needed.
5
+ + Minor search-path related fixes for t/buildpkg.t.
5
6
* Skip t/syntax.t for autopkgtest, pkg-perl-autopkgtest does it better.
6
7
7
8
-- Axel Beckert <abe@debian.org> Sat, 22 Feb 2020 15:43:46 +0100
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ my $pkgname = 'libexample-dz-perl';
11
11
my $pkgver = ' 1.0' ;
12
12
my $debrev = ' 1' ;
13
13
my @dbpparm = (qw( -uc -us) , $ENV {AUTOPKGTEST_TMP } ? () : qw( -d) );
14
+ my $path = $ENV {AUTOPKGTEST_TMP } ? ' /usr/bin' : ' .' ;
14
15
15
16
chdir (" t/$pkgname " );
16
17
$ENV {HOME } = ' .' ;
@@ -22,11 +23,11 @@ unless ($ENV{AUTOPKGTEST_TMP}) {
22
23
}
23
24
24
25
# dh_dzil_clean
25
- run_ok(' dh_dzil_clean' , [],
26
+ run_ok(" $path / dh_dzil_clean" , [],
26
27
" dh_dzil_clean runs without error" );
27
28
28
29
# dh_dist_zilla_origtar
29
- run_ok(' dh_dist_zilla_origtar' , [],
30
+ run_ok(" $path / dh_dist_zilla_origtar" , [],
30
31
" dh_dist_zilla_origtar runs without error" );
31
32
is(last_script_stdout(), ' ' ,
32
33
' dh_dist_zilla_origtar runs without output on STDOUT' );
You can’t perform that action at this time.
0 commit comments