diff tests/test-locate.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 844d25bf65a3
children 22f3353bcc36
line wrap: on
line diff
--- a/tests/test-locate.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-locate.t	Thu Sep 16 17:51:32 2010 -0500
@@ -42,8 +42,11 @@
   $ hg ci -m m
 
   $ hg locate a
+  [1]
   $ hg locate NONEXISTENT
+  [1]
   $ hg locate relpath:NONEXISTENT
+  [1]
   $ hg locate
   b
   dir.h/foo
@@ -54,7 +57,9 @@
   $ hg locate -r 0 a
   a
   $ hg locate -r 0 NONEXISTENT
+  [1]
   $ hg locate -r 0 relpath:NONEXISTENT
+  [1]
   $ hg locate -r 0
   a
   b