comparison tests/test-import-eol.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 c63a09b6b337
children a4d7e51709e5
comparison
equal deleted inserted replaced
32939:cad62cb3c84c 32940:75be14993fda
27 27
28 $ $PYTHON -c 'file("a", "wb").write("a\nbbb\ncc\n\nd\ne")' 28 $ $PYTHON -c 'file("a", "wb").write("a\nbbb\ncc\n\nd\ne")'
29 $ hg ci -Am adda 29 $ hg ci -Am adda
30 adding .hgignore 30 adding .hgignore
31 adding a 31 adding a
32 $ python ../makepatch.py 32 $ $PYTHON ../makepatch.py
33 33
34 34
35 invalid eol 35 invalid eol
36 36
37 $ hg --config patch.eol='LFCR' import eol.diff 37 $ hg --config patch.eol='LFCR' import eol.diff