summaryrefslogtreecommitdiff
path: root/dh_testroot
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_testroot
parent65da07d0416734e825f13cc3c30f0d2cbf229df8 (diff)
dh_test*: inhibit logging. Closes: #478958
Diffstat (limited to 'dh_testroot')
-rwxr-xr-xdh_testroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_testroot b/dh_testroot
index 34684768..717d8841 100755
--- a/dh_testroot
+++ b/dh_testroot
@@ -18,6 +18,7 @@ L<fakeroot(1)>
use strict;
use Debian::Debhelper::Dh_Lib;
+inhibit_log();
if ($< != 0) {
error("You must run this as root (or use fakeroot).");