diff tests/test-remove.t @ 12365:22f3353bcc36

tests: cleanup exit code handling in unified tests
author Matt Mackall <mpm@selenic.com>
date Tue, 21 Sep 2010 16:00:02 -0500
parents 48735ce02345
children c84b3f42d5ae
line wrap: on
line diff
--- 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