comparison tests/test-hgignore.t @ 32940:75be14993fda

cleanup: use $PYTHON to run python in many more tests Spotted one of these, then wrote a check-code rule that caught them all. It will be the next change.
author Augie Fackler <augie@google.com>
date Tue, 20 Jun 2017 09:45:02 -0400
parents e6ff007e107e
children 7367b76ef75c
comparison
equal deleted inserted replaced
32939:cad62cb3c84c 32940:75be14993fda
17 > # No EOL here 17 > # No EOL here
18 > f.write("bar") 18 > f.write("bar")
19 > f.close() 19 > f.close()
20 > EOF 20 > EOF
21 21
22 $ python makeignore.py 22 $ $PYTHON makeignore.py
23 23
24 Should display baz only: 24 Should display baz only:
25 25
26 $ hg status 26 $ hg status
27 ? baz 27 ? baz