Mercurial > public > mercurial-scm > hg-stable
diff tests/test-import.t @ 22947:c63a09b6b337
tests: use $PYTHON instead of hardcoding python
This makes running the testsuite with pypy possible.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 15 Oct 2014 15:35:59 -0400 |
parents | d7cedb32a8ab |
children | a387b0390082 |
line wrap: on
line diff
--- 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