tests/test-journal-exists.t
changeset 45906 95c4cca641f6
parent 44355 7a4e1d245f19
child 49621 55c6ebd11cb9
--- a/tests/test-journal-exists.t	Mon Nov 23 12:20:19 2020 +0100
+++ b/tests/test-journal-exists.t	Mon Nov 23 11:18:48 2020 -0800
@@ -9,7 +9,7 @@
 
   $ echo foo > a
   $ hg ci -Am0
-  abort: abandoned transaction found!
+  abort: abandoned transaction found
   (run 'hg recover' to clean up transaction)
   [255]
 
@@ -21,7 +21,7 @@
 
   $ touch .hg/store/journal
   $ hg ci -Am0
-  abort: abandoned transaction found!
+  abort: abandoned transaction found
   (run 'hg recover' to clean up transaction)
   [255]
   $ hg recover --verify
@@ -36,7 +36,7 @@
 
   $ touch .hg/store/journal
   $ hg ci -Am0
-  abort: abandoned transaction found!
+  abort: abandoned transaction found
   (run 'hg recover' to clean up transaction)
   [255]
   $ hg recover --no-verify