X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_testdir;h=67ab9ea4ca0dd69e595dc9d8b65352d80761d57f;hb=798e22d35f9f9881a8b42e17e71feb0a1bfd5cdf;hp=52cc182997cf564cd8d5a8f9c67f0266b3290def;hpb=4f16c9baca4edbe95d7e9932b28e12ebeda14506;p=debhelper.git diff --git a/dh_testdir b/dh_testdir index 52cc182..67ab9ea 100755 --- a/dh_testdir +++ b/dh_testdir @@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS - dh_testdir [debhelper options] [file ...] +B [S>] [S>] =head1 DESCRIPTION @@ -33,6 +33,7 @@ Test for the existence of these files too. =cut init(); +inhibit_log(); foreach my $file ('debian/control', @ARGV) { if (! -e $file) { @@ -42,7 +43,7 @@ foreach my $file ('debian/control', @ARGV) { =head1 SEE ALSO -L +L This program is a part of debhelper.