diff tests/test-add.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 4134686b83e1
children 4fee1fd3de9a
line wrap: on
line diff
--- a/tests/test-add.t	Tue Sep 21 12:41:24 2010 -0500
+++ b/tests/test-add.t	Tue Sep 21 16:00:02 2010 -0500
@@ -20,7 +20,7 @@
   $ hg st
   A a
   ? b
-  $ hg add b || echo "failed to add b"
+  $ hg add b
   $ hg st
   A a
   A b