tests: remove some over-globbing in test-dispatch.t
authorAugie Fackler <augie@google.com>
Thu, 24 Jan 2019 15:52:59 -0500
changeset 41354 93a7539a546e
parent 41353 07ade2dc41db
child 41355 77763dc5b07b
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
tests/test-dispatch.t
--- 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