From: joey Date: Fri, 14 Jan 2000 05:42:18 +0000 (+0000) Subject: r332: * dh_testroot: don't call init(), so it may be run even if it's not in the X-Git-Tag: version_2.0.101~266 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=23cee323324f4bb3fc0d0033ef5bd0e4af62dc85;p=debhelper.git r332: * dh_testroot: don't call init(), so it may be run even if it's not in the right place. Closes: #55065 --- diff --git a/debian/changelog b/debian/changelog index 1426820..5983a09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (2.0.86) unstable; urgency=low + + * dh_testroot: don't call init(), so it may be run even if it's not in the + right place. Closes: #55065 + + -- Joey Hess Thu, 13 Jan 2000 21:40:21 -0800 + debhelper (2.0.85) unstable; urgency=low * Downgraded fileutils dependancy just a bit for the Hurd foks. diff --git a/dh_testroot b/dh_testroot index 6f9be36..c62894c 100755 --- a/dh_testroot +++ b/dh_testroot @@ -4,7 +4,6 @@ BEGIN { push @INC, "debian", "/usr/share/debhelper" } use Dh_Lib; -init(); if ($< != 0) { error("You must run this as root.");