diff tests/test-clone-update-order.t @ 12316:4134686b83e1

tests: add exit codes to unified tests
author Matt Mackall <mpm@selenic.com>
date Thu, 16 Sep 2010 17:51:32 -0500
parents 63352a7a8c1c
children b00eda50ad2b
line wrap: on
line diff
--- a/tests/test-clone-update-order.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-clone-update-order.t	Thu Sep 16 17:51:32 2010 -0500
@@ -21,6 +21,7 @@
 
   $ hg clone -U -u . .#other ../b -r 0 -r 1 -r 2 -b other
   abort: cannot specify both --noupdate and --updaterev
+  [255]
 
   $ hg clone -U .#other ../b -r 0 -r 1 -r 2 -b other
   requesting all changes