tests/test-unified-test.t
branchstable
changeset 47063 1d075b857c90
parent 45013 bd0f122f3f51
child 48879 9987d14ad63f
--- a/tests/test-unified-test.t	Fri Apr 30 16:13:02 2021 -0700
+++ b/tests/test-unified-test.t	Sat May 01 00:41:43 2021 -0400
@@ -77,12 +77,12 @@
 
 Escapes:
 
-  $ $PYTHON -c 'from mercurial.utils.procutil import stdout; stdout.write(b"\xff")'
+  $ "$PYTHON" -c 'from mercurial.utils.procutil import stdout; stdout.write(b"\xff")'
   \xff (no-eol) (esc)
 
 Escapes with conditions:
 
-  $ $PYTHON -c 'from mercurial.utils.procutil import stdout; stdout.write(b"\xff")'
+  $ "$PYTHON" -c 'from mercurial.utils.procutil import stdout; stdout.write(b"\xff")'
   \xff (no-eol) (esc) (true !)
 
 Combining esc with other markups - and handling lines ending with \r instead of \n: