diff tests/test-issue4074.t @ 39707:5abc47d4ca6b

tests: quote PYTHON usage Python3 defaults to installing under "Program Files".
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 18 Sep 2018 23:47:21 -0400
parents 57c671cf7a69
children 60bc043d7df7
line wrap: on
line diff
--- a/tests/test-issue4074.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-issue4074.t	Tue Sep 18 23:47:21 2018 -0400
@@ -16,12 +16,12 @@
 
 Check in a big file:
 
-  $ $PYTHON ../s.py > a
+  $ "$PYTHON" ../s.py > a
   $ hg ci -qAm0
 
 Modify it:
 
-  $ $PYTHON ../s.py > a
+  $ "$PYTHON" ../s.py > a
 
 Time a check-in, should never take more than 10 seconds user time: