##// END OF EJS Templates
tests: sed away python #! in test-run-tests.t to avoid some upcoming insanity
Augie Fackler -
r32937:7fe1f978 default
parent child Browse files
Show More
@@ -1000,8 +1000,8 b' running is placed.'
1000 > $ test "\$TESTDIR" = "$TESTTMP"/anothertests
1000 > $ test "\$TESTDIR" = "$TESTTMP"/anothertests
1001 > #endif
1001 > #endif
1002 > $ test "\$RUNTESTDIR" = "$TESTDIR"
1002 > $ test "\$RUNTESTDIR" = "$TESTDIR"
1003 > $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py
1003 > $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py | sed 's@.!.*python@#!USRBINENVPY@'
1004 > #!/usr/bin/env python
1004 > #!USRBINENVPY
1005 > #
1005 > #
1006 > # check-code - a style and portability checker for Mercurial
1006 > # check-code - a style and portability checker for Mercurial
1007 > EOF
1007 > EOF
General Comments 0
You need to be logged in to leave comments. Login now