tests/test-template-functions.t
changeset 39707 5abc47d4ca6b
parent 39367 83f8f7b9fa60
child 40189 9458dbfa7f33
--- a/tests/test-template-functions.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-template-functions.t	Tue Sep 18 23:47:21 2018 -0400
@@ -1393,7 +1393,7 @@
 
   $ hg init nonascii
   $ cd nonascii
-  $ $PYTHON <<EOF
+  $ "$PYTHON" <<EOF
   > open('latin1', 'wb').write(b'\xe9')
   > open('utf-8', 'wb').write(b'\xc3\xa9')
   > EOF