comparison tests/test-clone-failure @ 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 39566bb99a9c
children 567648eab1dd
comparison
equal deleted inserted replaced
8166:56719b1aa6f4 8167:6c82beaaa11a
51 51
52 # leave existing directory in place after clone failure 52 # leave existing directory in place after clone failure
53 hg init c 53 hg init c
54 cd c 54 cd c
55 echo c > c 55 echo c > c
56 hg commit -A -m test -d '0 0' 56 hg commit -A -m test
57 chmod -rx .hg/store/data 57 chmod -rx .hg/store/data
58 cd .. 58 cd ..
59 mkdir d 59 mkdir d
60 hg clone c d 2> err 60 hg clone c d 2> err
61 echo $? 61 echo $?