tests/test-import-bypass.t
changeset 22947 c63a09b6b337
parent 22278 ffaaa80fa724
child 24258 093e8a5e995f
--- a/tests/test-import-bypass.t	Wed Oct 15 15:13:43 2014 -0400
+++ b/tests/test-import-bypass.t	Wed Oct 15 15:35:59 2014 -0400
@@ -143,7 +143,7 @@
 (this also tests that editor is not invoked for '--bypass', if the
 commit message is explicitly specified, regardless of '--edit')
 
-  $ python -c 'file("a", "wb").write("a\r\n")'
+  $ $PYTHON -c 'file("a", "wb").write("a\r\n")'
   $ hg ci -m makeacrlf
   $ HGEDITOR=cat hg import -m 'should fail because of eol' --edit --bypass ../test.diff
   applying ../test.diff