]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testdir
dh_test*: inhibit logging. Closes: #478958
[debhelper.git] / dh_testdir
index 451b9aebcca223e3a54c12d8cde0cabbd1746fb4..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) {