Mercurial > hg
comparison tests/test-symlinks @ 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 | 0f550b87deb8 |
children | 26596a6b6518 |
comparison
equal
deleted
inserted
replaced
3987:c6f10448278f | 3988:9dcf9d45cab8 |
---|---|
21 hg addremove | 21 hg addremove |
22 | 22 |
23 #Assert screamed here before, should go by without consequence | 23 #Assert screamed here before, should go by without consequence |
24 hg commit -m 'is there a bug?' | 24 hg commit -m 'is there a bug?' |
25 | 25 |
26 cd .. ; rm -rf test | 26 cd .. ; rm -r test |
27 hg init test; cd test; | 27 hg init test; cd test; |
28 | 28 |
29 mkdir dir | 29 mkdir dir |
30 touch a.c dir/a.o dir/b.o | 30 touch a.c dir/a.o dir/b.o |
31 # test what happens if we want to trick hg | 31 # test what happens if we want to trick hg |