tests/hghave.py
changeset 26145 ca9bb66c80e9
parent 26137 99e8a9ff1f5f
child 26842 0f76c64f5cc3
--- a/tests/hghave.py	Tue Sep 01 15:47:33 2015 -0400
+++ b/tests/hghave.py	Mon Aug 31 22:43:33 2015 -0400
@@ -441,7 +441,7 @@
     dpkg = matchoutput('dpkg --version',
                        "Debian `dpkg' package management program")
     dh = matchoutput('dh --help',
-                     'dh is a part of debhelper.')
+                     'dh is a part of debhelper.', ignorestatus=True)
     dh_py2 = matchoutput('dh_python2 --help',
                          'other supported Python versions')
     return dpkg and dh and dh_py2