X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=dh_testroot;h=9192f853853dad73fb5587cf8e7a3a89ca75fd88;hb=e446e8308e654785721d8036a1d53633207053f0;hp=b76a1e595678268e6914c0bc389be4b0d6e6d83c;hpb=67b74298f08a3e2b30e43cbcd7cdaccc2e1b1614;p=debhelper.git diff --git a/dh_testroot b/dh_testroot index b76a1e5..9192f85 100755 --- a/dh_testroot +++ b/dh_testroot @@ -2,8 +2,9 @@ # # Checks to make sure you are root. +use strict; use Debian::Debhelper::Dh_Lib; if ($< != 0) { - error("You must run this as root."); + error("You must run this as root (or use fakeroot)."); }