]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testdir
Fix build system auto-selection breakage.
[debhelper.git] / dh_testdir
index f10958038766a7d9c7daa568e6c7c8fbf2d4a9dd..67ab9ea4ca0dd69e595dc9d8b65352d80761d57f 100755 (executable)
@@ -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.