diff -r b7cd9e94c259 -r e51c91c14a07 tests/hghave.py --- 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")