tests/test-issue6642.t
branchstable
changeset 49315 2f326ea19fbc
parent 49314 ec3f88480dbf
child 50725 7e5be4a7cda7
--- a/tests/test-issue6642.t	Thu May 12 13:52:10 2022 +0400
+++ b/tests/test-issue6642.t	Thu May 12 13:53:50 2022 +0400
@@ -25,11 +25,9 @@
   
 
   $ hg log -r . --debug | grep files
-  files+:      b (known-bad-output !)
-  [1] (missing-correct-output !)
+  [1]
   $ hg log -r . --debug -T json | egrep '(added|removed|modified)'
-    "added": ["b"], (known-bad-output !)
-    "added": [], (missing-correct-output !)
+    "added": [],
     "modified": [],
     "removed": [],
   $ hg log -r . --debug -T xml | grep path