tests/test-diff-unified.t
changeset 12316 4134686b83e1
parent 12141 5f44daa8fbd0
child 15462 2b1ec74c961f
--- a/tests/test-diff-unified.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-diff-unified.t	Thu Sep 16 17:51:32 2010 -0500
@@ -46,6 +46,7 @@
 
   $ hg diff --nodates -U foo
   abort: diff context lines count must be an integer, not 'foo'
+  [255]
 
 
   $ hg diff --nodates -U 2
@@ -86,6 +87,7 @@
 
   $ hg --config diff.unified=foo diff --nodates
   abort: diff context lines count must be an integer, not 'foo'
+  [255]
 
 test off-by-one error with diff -p