[PATCH 1 of 2] tests: append glob to filename output when required for windows

Simon Heimberg simohe at besonet.ch
Sat Feb 23 16:10:50 CST 2013


# HG changeset patch
# User Simon Heimberg <simohe at besonet.ch>
# Date 1361653658 -3600
# Branch stable
# Node ID 3660cfb8b145e88b77228a1676d5c37113d93595
# Parent  7790d69af6d6bd72b4d5495c6a75abdc75cbeb33
tests: append glob to filename output when required for windows

The test failed on windows before this patch.

diff -r 7790d69af6d6 -r 3660cfb8b145 tests/test-blackbox.t
--- a/tests/test-blackbox.t	Fri Feb 22 10:05:22 2013 -0800
+++ b/tests/test-blackbox.t	Sat Feb 23 22:07:38 2013 +0100
@@ -48,7 +48,7 @@
   adding c
   $ cd ../blackboxtest2
   $ hg pull
-  pulling from $TESTTMP/blackboxtest
+  pulling from $TESTTMP/blackboxtest (glob)
   searching for changes
   adding changesets
   adding manifests


More information about the Mercurial-devel mailing list