test-run-tests: add globs for Windows
There are two other unrelated failures in this test. For some reason child1 has
a space after it, thus 2 spaces before the glob, otherwise the glob is ignored
and removed.
--- a/tests/test-run-tests.t Thu Oct 01 21:49:50 2015 -0400
+++ b/tests/test-run-tests.t Thu Oct 01 22:14:11 2015 -0400
@@ -396,8 +396,8 @@
test --tmpdir support
$ run-tests.py --with-hg=`which hg` --tmpdir=$TESTTMP/keep test-success.t
- Keeping testtmp dir: $TESTTMP/keep/child1/test-success.t
- Keeping threadtmp dir: $TESTTMP/keep/child1
+ Keeping testtmp dir: $TESTTMP/keep/child1/test-success.t (glob)
+ Keeping threadtmp dir: $TESTTMP/keep/child1 (glob)
.
# Ran 1 tests, 0 skipped, 0 warned, 0 failed.