comparison tests/test-clone-failure @ 3988:9dcf9d45cab8

Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Dec 2006 14:17:48 +0100
parents 9c918287d10b
children 1b970cdab695
comparison
equal deleted inserted replaced
3987:c6f10448278f 3988:9dcf9d45cab8
21 hg init 21 hg init
22 hg clone . ../a 22 hg clone . ../a
23 echo $? 23 echo $?
24 cd .. 24 cd ..
25 chmod 700 a 25 chmod 700 a
26 rm -rf a b 26 rm -r a b
27 27
28 # Source of wrong type 28 # Source of wrong type
29 mkfifo a 29 mkfifo a
30 hg clone a b 30 hg clone a b
31 echo $? 31 echo $?