# HG changeset patch # User Matt Harbison # Date 2015-10-02 02:14:11 # Node ID 39577d4520aba911ffc5f2b37e851cada61017d7 # Parent 46984a5308a0525d3d5718ebeeec782e96319fe5 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. diff --git a/tests/test-run-tests.t b/tests/test-run-tests.t --- a/tests/test-run-tests.t +++ b/tests/test-run-tests.t @@ -396,8 +396,8 @@ No Diff 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.