tests/test-remove.t
changeset 12365 22f3353bcc36
parent 12130 48735ce02345
child 15115 c84b3f42d5ae
--- a/tests/test-remove.t	Tue Sep 21 12:41:24 2010 -0500
+++ b/tests/test-remove.t	Tue Sep 21 16:00:02 2010 -0500
@@ -1,6 +1,6 @@
   $ remove() {
   >     hg rm $@
-  >     echo "exit code: $?"
+  >     echo "exit code: $?" # no-check-code
   >     hg st
   >     # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5
   >     find . -name .hg -prune -o -type f -print | sort