tests/hghave.py
changeset 43194 138ac8cbce60
parent 43113 37af48031d6f
child 43347 abb95b6f79d3
--- a/tests/hghave.py	Sat Oct 12 22:22:17 2019 -0400
+++ b/tests/hghave.py	Sat Oct 12 22:21:51 2019 -0400
@@ -984,8 +984,8 @@
 @check('grey', 'grey, the fork of the black formatter for python')
 def has_black():
     # use that to actual black as soon as possible
-    # blackcmd = b'black --version'
-    blackcmd = b'python3 $RUNTESTDIR/../contrib/grey.py --version'
+    # blackcmd = 'black --version'
+    blackcmd = 'python3 $RUNTESTDIR/../contrib/grey.py --version'
     # version_regex = b'black, version \d'
     version_regex = b'grey.py, version \d'
     return matchoutput(blackcmd, version_regex)