[PATCH] tests: drop unnecessary glob that causes a warning on Windows

Matt Harbison matt_harbison at yahoo.com
Wed Dec 3 04:03:06 UTC 2014


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1417578161 18000
#      Tue Dec 02 22:42:41 2014 -0500
# Node ID 32e50b055469051393f29eebadb44cd1addcf3cf
# Parent  fc76f55705eb5884707c977ecb756aee7c794676
tests: drop unnecessary glob that causes a warning on Windows

This was triggered by 3778884197f0.

diff --git a/tests/test-addremove-similar.t b/tests/test-addremove-similar.t
--- a/tests/test-addremove-similar.t
+++ b/tests/test-addremove-similar.t
@@ -91,7 +91,7 @@
 no copies found here (since the target isn't in d
 
   $ hg addremove -s80 d
-  removing d/b (glob)
+  removing d/b
 
 copies here
 


More information about the Mercurial-devel mailing list