Mercurial > hg-stable
diff tests/test-bisect.t @ 32956:b6776b34e44e
tests: use $PYTHON in #! so we always use the right Python
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 15 Jun 2017 14:27:52 -0400 |
parents | fbe9c4dcc8a0 |
children | 75be14993fda |
line wrap: on
line diff
--- a/tests/test-bisect.t Tue Jun 20 09:33:19 2017 -0400 +++ b/tests/test-bisect.t Thu Jun 15 14:27:52 2017 -0400 @@ -453,7 +453,7 @@ test bisecting command $ cat > script.py <<EOF - > #!/usr/bin/env python + > #!$PYTHON > import sys > from mercurial import ui, hg > repo = hg.repository(ui.ui.load(), '.')