]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testdir
Fix build system auto-selection breakage.
[debhelper.git] / dh_testdir
index cb3acc7d69f3f8fa9d680a351ec80a169f521b54..67ab9ea4ca0dd69e595dc9d8b65352d80761d57f 100755 (executable)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-B<dh_testdir> [S<I<debhelper options>>] [S<I<file ...>]
+B<dh_testdir> [S<I<debhelper options>>] [S<I<file ...>>]
 
 =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<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.