comparison tests/test-mactext @ 8167:6c82beaaa11a

tests: removed redundant "-d '0 0'" from test scripts The tests are executed with a .hgrc file which adds "-d '0 0'" by default.
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 14:29:02 +0200
parents 529d7887ecfe
children
comparison
equal deleted inserted replaced
8166:56719b1aa6f4 8167:6c82beaaa11a
21 cat .hg/hgrc 21 cat .hg/hgrc
22 echo 22 echo
23 23
24 echo hello > f 24 echo hello > f
25 hg add f 25 hg add f
26 hg ci -m 1 -d'0 0' 26 hg ci -m 1
27 echo 27 echo
28 28
29 python unix2mac.py f 29 python unix2mac.py f
30 hg ci -m 2 -d'0 0' 30 hg ci -m 2
31 hg cat f | python print.py 31 hg cat f | python print.py
32 cat f | python print.py 32 cat f | python print.py