changeset 22947 | c63a09b6b337 |
parent 22858 | d7cedb32a8ab |
child 23749 | a387b0390082 |
--- a/tests/test-import.t Wed Oct 15 15:13:43 2014 -0400 +++ b/tests/test-import.t Wed Oct 15 15:35:59 2014 -0400 @@ -589,7 +589,7 @@ $ hg init binaryremoval $ cd binaryremoval $ echo a > a - $ python -c "file('b', 'wb').write('a\x00b')" + $ $PYTHON -c "file('b', 'wb').write('a\x00b')" $ hg ci -Am addall adding a adding b