diff tests/test-extdiff.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 be5a6fe3643a
children fa471151d269
line wrap: on
line diff
--- a/tests/test-extdiff.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-extdiff.t	Tue Sep 18 23:47:21 2018 -0400
@@ -265,7 +265,7 @@
 
 #if windows
   $ cat > 'diff tool.bat' << EOF
-  > @$PYTHON "`pwd`/diff tool.py"
+  > @"$PYTHON" "`pwd`/diff tool.py"
   > EOF
   $ hg extdiff -p "`pwd`/diff tool.bat"
   [1]