tests/test-diff-unified.t
branchstable
changeset 48796 c00d3ce4e94b
parent 48365 67064c238ae7
--- a/tests/test-diff-unified.t	Fri Feb 18 12:55:39 2022 +0100
+++ b/tests/test-diff-unified.t	Fri Feb 18 14:27:43 2022 +0100
@@ -46,7 +46,7 @@
 
   $ hg diff --nodates -U foo
   abort: diff context lines count must be an integer, not 'foo'
-  [255]
+  [10]
 
 
   $ hg diff --nodates -U 2
@@ -87,7 +87,7 @@
 
   $ hg --config diff.unified=foo diff --nodates
   abort: diff context lines count must be an integer, not 'foo'
-  [255]
+  [10]
 
 noprefix config and option