tests/test-patch.t
changeset 38123 f44306940c94
parent 38093 0b39edeff033
child 38305 1445b556e9d2
--- a/tests/test-patch.t	Mon May 21 23:04:28 2018 -0400
+++ b/tests/test-patch.t	Sun May 20 23:05:18 2018 -0400
@@ -97,7 +97,7 @@
   > sys.exit(1)
   > EOF
 
-  $ hg import ../c/p --config ui.patch="$PYTHON '`pwd`/exit1.py'"
+  $ hg import ../c/p --config ui.patch="\"$PYTHON\" \"`pwd`/exit1.py\""
   applying ../c/p
   abort: patch command failed: exited with status 1
   [255]