test-http: add a (glob) for Windows
authorMatt Harbison <matt_harbison@yahoo.com>
Sun, 16 Apr 2017 00:37:31 -0400
changeset 32008 9a782e7e651e
parent 32007 f12b6185d435
child 32009 c6cb21ddf74a
test-http: add a (glob) for Windows I'm not sure why the glob was ineffective with $TESTTMP here, but replacing it with '*' works.
tests/test-http.t
--- 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