From 50a10f8c0419a63867ad72d9c4345b848f624568 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 May 2008 19:53:43 -0400 Subject: dh_test*: inhibit logging. Closes: #478958 --- dh_testdir | 1 + 1 file changed, 1 insertion(+) (limited to 'dh_testdir') 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) { -- cgit v1.2.3