test-dirstate-race: stabilize for Windows
Without quoting, the output after "custom merge tool" in the next test is an
abort trying to open "C:UsersMattAppData..."
--- a/tests/test-dirstate-race.t Sat May 06 16:24:21 2017 +0900
+++ b/tests/test-dirstate-race.t Wed Jun 14 23:56:58 2017 -0400
@@ -209,7 +209,7 @@
$ cat >> $TESTTMP/mergetool-race.sh << EOF
> echo "custom merge tool"
> printf "c2\nc3\nc4\n" > \$1
- > hg --cwd $TESTTMP/repo status
+ > hg --cwd "$TESTTMP/repo" status
> echo "custom merge tool end"
> EOF
$ cat >> $HGRCPATH << EOF