X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_testroot;h=717d8841f1e54a1163b2c35baca089abdea46a79;hb=4ee9ad6991518276b5c5fddb108f363b3d50957f;hp=b97b13bb5aa293dc8cba83c74e2e1e58bc04f1a4;hpb=088be5d001d899c42b9d572e91198791748e5b46;p=debhelper.git diff --git a/dh_testroot b/dh_testroot index b97b13b..717d884 100755 --- a/dh_testroot +++ b/dh_testroot @@ -18,6 +18,7 @@ L use strict; use Debian::Debhelper::Dh_Lib; +inhibit_log(); if ($< != 0) { error("You must run this as root (or use fakeroot)."); @@ -25,7 +26,7 @@ if ($< != 0) { =head1 SEE ALSO -L +L This program is a part of debhelper.