tests/hghave.py
changeset 38051 e51c91c14a07
parent 37415 c2c8962a9465
child 38248 a6347ae6168d
--- a/tests/hghave.py	Sat May 12 10:41:08 2018 -0700
+++ b/tests/hghave.py	Sat May 12 17:16:09 2018 -0700
@@ -616,7 +616,7 @@
        "debian build dependencies (run dpkg-checkbuilddeps in contrib/)")
 def has_debdeps():
     # just check exit status (ignoring output)
-    path = '%s/../contrib/debian/control' % os.environ['TESTDIR']
+    path = '%s/../contrib/packaging/debian/control' % os.environ['TESTDIR']
     return matchoutput('dpkg-checkbuilddeps %s' % path, br'')
 
 @check("demandimport", "demandimport enabled")