summaryrefslogtreecommitdiff
path: root/dh_testdir
diff options
context:
space:
mode:
Diffstat (limited to 'dh_testdir')
-rwxr-xr-xdh_testdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_testdir b/dh_testdir
index 0bf917ae..394fa359 100755
--- a/dh_testdir
+++ b/dh_testdir
@@ -7,7 +7,7 @@
use Debian::Debhelper::Dh_Lib;
init();
-foreach $file (Debian::Debhelper::Dh_Lib::getcontrol(),@ARGV) {
+foreach $file ('debian/control', @ARGV) {
if (! -e $file) {
error("\"$file\" not found. Are you sure you are in the correct directory?");
}