summaryrefslogtreecommitdiff
path: root/dh_testdir
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-01 19:53:43 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-01 19:53:43 -0400
commit50a10f8c0419a63867ad72d9c4345b848f624568 (patch)
treeefbb4277f72ee97d2b1604c84115d285f8bddd22 /dh_testdir
parent65da07d0416734e825f13cc3c30f0d2cbf229df8 (diff)
dh_test*: inhibit logging. Closes: #478958
Diffstat (limited to 'dh_testdir')
-rwxr-xr-xdh_testdir1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_testdir b/dh_testdir
index 451b9aeb..67ab9ea4 100755
--- a/dh_testdir
+++ b/dh_testdir
@@ -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) {