diff tests/hghave.py @ 38051:e51c91c14a07

packaging: move contrib/debian to contrib/packaging/ Differential Revision: https://phab.mercurial-scm.org/D3547
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 12 May 2018 17:16:09 -0700
parents c2c8962a9465
children a6347ae6168d
line wrap: on
line diff
--- 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")