tests/test-mq-qpush-fail.t
changeset 22947 c63a09b6b337
parent 22545 6a2cfa61acb0
child 23749 a387b0390082
--- a/tests/test-mq-qpush-fail.t	Wed Oct 15 15:13:43 2014 -0400
+++ b/tests/test-mq-qpush-fail.t	Wed Oct 15 15:35:59 2014 -0400
@@ -31,7 +31,7 @@
   popping patch2
   popping patch1
   patch queue now empty
-  $ python -c 'print "\xe9"' > message
+  $ $PYTHON -c 'print "\xe9"' > message
   $ cat .hg/patches/bad-patch >> message
   $ mv message .hg/patches/bad-patch
   $ hg qpush -a && echo 'qpush succeeded?!'