tests/test-globalopts.t
changeset 45921 95c4cca641f6
parent 43305 d782cce137fd
child 45924 ca39c45014fa
--- a/tests/test-globalopts.t	Mon Nov 23 12:20:19 2020 +0100
+++ b/tests/test-globalopts.t	Mon Nov 23 11:18:48 2020 -0800
@@ -85,14 +85,14 @@
   $ hg ann a/a a/a
   0: a
   $ hg ann a/a b/b
-  abort: no repository found in '$TESTTMP' (.hg not found)!
+  abort: no repository found in '$TESTTMP' (.hg not found)
   [255]
   $ hg -R b ann a/a
   abort: a/a not under root '$TESTTMP/b'
   (consider using '--cwd b')
   [255]
   $ hg log
-  abort: no repository found in '$TESTTMP' (.hg not found)!
+  abort: no repository found in '$TESTTMP' (.hg not found)
   [255]
 
 #endif