diff options
author | joey <joey> | 2000-01-14 05:42:18 +0000 |
---|---|---|
committer | joey <joey> | 2000-01-14 05:42:18 +0000 |
commit | 23cee323324f4bb3fc0d0033ef5bd0e4af62dc85 (patch) | |
tree | 562d4cc6c90ef970588f339259bfb88b487e809d /dh_testroot | |
parent | 0ab0b0f51e64f86048c22da7bbc6683d084a135a (diff) | |
download | debhelper-23cee323324f4bb3fc0d0033ef5bd0e4af62dc85.tar.gz |
r332: * dh_testroot: don't call init(), so it may be run even if it's not in the
right place. Closes: #55065
Diffstat (limited to 'dh_testroot')
-rwxr-xr-x | dh_testroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dh_testroot b/dh_testroot index 6f9be362..c62894c7 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."); |