diff tests/test-commit-multiple.t @ 39723: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 e2c0c0884b1f
children ef6cab7930b3
line wrap: on
line diff
--- a/tests/test-commit-multiple.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-commit-multiple.t	Tue Sep 18 23:47:21 2018 -0400
@@ -115,7 +115,7 @@
   > printfiles(repo, 6)
   > printfiles(repo, 7)
   > __EOF__
-  $ $PYTHON $TESTTMP/committwice.py
+  $ "$PYTHON" $TESTTMP/committwice.py
   PRE: len(repo): 6
   POST: len(repo): 8
   revision 6 files: ['bugfix', 'file1']