tests/test-run-tests.t
changeset 45830 c102b704edb5
parent 45407 de9ec12ee53c
child 46091 af3a6900f893
--- a/tests/test-run-tests.t	Mon Nov 09 09:58:44 2020 -0800
+++ b/tests/test-run-tests.t	Fri Nov 06 13:58:59 2020 -0800
@@ -1412,7 +1412,7 @@
   > This should print the start of check-code. If this passes but the
   > previous check failed, that means we found a copy of check-code at whatever
   > RUNTESTSDIR ended up containing, even though it doesn't match TESTDIR.
-  >   $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py | sed 's@.!.*python@#!USRBINENVPY@'
+  >   $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py | sed 's@.!.*python3@#!USRBINENVPY@'
   >   #!USRBINENVPY
   >   #
   >   # check-code - a style and portability checker for Mercurial