tests/test-impexp-branch.t
changeset 39707 5abc47d4ca6b
parent 38367 e033fd788bf8
child 41706 7396508ad92b
--- a/tests/test-impexp-branch.t	Tue Sep 18 22:40:03 2018 -0400
+++ b/tests/test-impexp-branch.t	Tue Sep 18 23:47:21 2018 -0400
@@ -32,12 +32,12 @@
   $ hg export 1 > ../r1.patch
   $ cd ..
 
-  $ if $PYTHON findbranch.py < r0.patch; then
+  $ if "$PYTHON" findbranch.py < r0.patch; then
   >     echo "Export of default branch revision has Branch header" 1>&2
   >     exit 1
   > fi
 
-  $ if $PYTHON findbranch.py < r1.patch; then
+  $ if "$PYTHON" findbranch.py < r1.patch; then
   >     :  # Do nothing
   > else
   >     echo "Export of branch revision is missing Branch header" 1>&2