D5689: tests: remove some over-globbing in test-dispatch.t

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Thu Jan 24 20:57:25 UTC 2019


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  Hilariously, this was exposed by Python 3 work.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5689

AFFECTED FILES
  tests/test-dispatch.t

CHANGE DETAILS

diff --git a/tests/test-dispatch.t b/tests/test-dispatch.t
--- a/tests/test-dispatch.t
+++ b/tests/test-dispatch.t
@@ -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



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list