Submitter | Augie Fackler |
---|---|
Date | June 20, 2017, 2:10 p.m. |
Message ID | <b2f59445c55490bee0bc.1497967837@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/21527/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-run-tests.t b/tests/test-run-tests.t --- a/tests/test-run-tests.t +++ b/tests/test-run-tests.t @@ -1000,8 +1000,8 @@ running is placed. > $ test "\$TESTDIR" = "$TESTTMP"/anothertests > #endif > $ test "\$RUNTESTDIR" = "$TESTDIR" - > $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py - > #!/usr/bin/env python + > $ head -n 3 "\$RUNTESTDIR"/../contrib/check-code.py | sed 's@.!.*python@#!USRBINENVPY@' + > #!USRBINENVPY > # > # check-code - a style and portability checker for Mercurial > EOF