changeset 20602:8a2dfac89ad6

tests: glob match has a glob character for not getting a warning on windows When / matches on / on windows, and there is no other glob character, this results in a warning. Avoid this by using an other glob character.
author Simon Heimberg <simohe@besonet.ch>
date Fri, 14 Feb 2014 00:36:44 +0100
parents 72d843e8cb6d
children cc76c619bed6
files tests/test-run-tests.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-run-tests.t	Sun Feb 16 23:41:24 2014 +0100
+++ b/tests/test-run-tests.t	Fri Feb 14 00:36:44 2014 +0100
@@ -65,7 +65,7 @@
 Combining esc with other markups - and handling lines ending with \r instead of \n:
 
   $ printf 'foo/bar\r'
-  foo/bar\r (no-eol) (glob) (esc)
+  fo?/bar\r (no-eol) (glob) (esc)
 #if windows
   $ printf 'foo\\bar\r'
   foo/bar\r (no-eol) (glob) (esc)