diff tests/test-wireproto-command-rawstorefiledata.t @ 45921:95c4cca641f6

errors: remove trailing "!" from some error messages for consistency Some types of exceptions had a trailing "!" printed after the message from the exception itself. I guess some of these errors seem a little more severe (?), but it seems more likely that the inconsistency was just an oversight. Differential Revision: https://phab.mercurial-scm.org/D9378
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 23 Nov 2020 11:18:48 -0800
parents ed55a0077490
children 84a93fa7ecfd
line wrap: on
line diff
--- a/tests/test-wireproto-command-rawstorefiledata.t	Mon Nov 23 12:20:19 2020 +0100
+++ b/tests/test-wireproto-command-rawstorefiledata.t	Mon Nov 23 11:18:48 2020 -0800
@@ -31,7 +31,7 @@
   > EOF
   creating http peer for wire protocol version 2
   sending rawstorefiledata command
-  abort: missing required arguments: files!
+  abort: missing required arguments: files
   [255]
 
 Unknown files value results in error
@@ -42,7 +42,7 @@
   > EOF
   creating http peer for wire protocol version 2
   sending rawstorefiledata command
-  abort: unknown file type: unknown!
+  abort: unknown file type: unknown
   [255]
 
 Requesting just changelog works