diff tests/test-update-issue1456.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 28e2e3804f2e
children db0340f4b507
line wrap: on
line diff
--- a/tests/test-update-issue1456.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-update-issue1456.t	Thu Sep 16 17:51:32 2010 -0500
@@ -10,6 +10,7 @@
   $ echo dirty > foo
   $ hg up -c
   abort: uncommitted local changes
+  [255]
   $ hg up -q
   $ cat foo
   dirty
@@ -23,6 +24,7 @@
   $ chmod -x foo
   $ hg ci -m removeexec
   nothing changed
+  [1]
   $ hg up -C 0
   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ hg up