tests/test-fix-topology.t
changeset 39707 5abc47d4ca6b
parent 38420 c1f4364f9336
child 40533 2ecf5c24d0cd
--- a/tests/test-fix-topology.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-fix-topology.t	Tue Sep 18 23:47:21 2018 -0400
@@ -9,7 +9,7 @@
   > sys.stdout.write(sys.stdin.read().upper())
   > EOF
   $ TESTLINES="foo\nbar\nbaz\n"
-  $ printf $TESTLINES | $PYTHON $UPPERCASEPY
+  $ printf $TESTLINES | "$PYTHON" $UPPERCASEPY
   FOO
   BAR
   BAZ
@@ -22,7 +22,7 @@
   > [extensions]
   > fix =
   > [fix]
-  > uppercase-whole-file:command=$PYTHON $UPPERCASEPY
+  > uppercase-whole-file:command="$PYTHON" $UPPERCASEPY
   > uppercase-whole-file:fileset=set:**
   > EOF