test-http: add a (glob) for Windows
I'm not sure why the glob was ineffective with $TESTTMP here, but replacing it
with '*' works.
--- a/tests/test-http.t Sun Apr 16 00:29:38 2017 -0400
+++ b/tests/test-http.t Sun Apr 16 00:37:31 2017 -0400
@@ -341,7 +341,7 @@
> EOF
$ hg --config auth.cookiefile=$TESTTMP/cookies.txt id http://localhost:$HGPORT/
- (error loading cookie file $TESTTMP/cookies.txt: '$TESTTMP/cookies.txt' does not look like a Netscape format cookies file; continuing without cookies)
+ (error loading cookie file $TESTTMP/cookies.txt: '*/cookies.txt' does not look like a Netscape format cookies file; continuing without cookies) (glob)
56f9bc90cce6
$ killdaemons.py