changeset 41354:93a7539a546e

tests: remove some over-globbing in test-dispatch.t Hilariously, this was exposed by Python 3 work. Differential Revision: https://phab.mercurial-scm.org/D5689
author Augie Fackler <augie@google.com>
date Thu, 24 Jan 2019 15:52:59 -0500
parents 07ade2dc41db
children 77763dc5b07b
files tests/test-dispatch.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-dispatch.t	Thu Jan 24 15:23:20 2019 -0500
+++ b/tests/test-dispatch.t	Thu Jan 24 15:52:59 2019 -0500
@@ -188,7 +188,7 @@
 specified" should include filename even when it is empty
 
   $ hg -R a archive ''
-  abort: *: '' (glob)
+  abort: $ENOENT$: ''
   [255]
 
 #if no-outer-repo