# HG changeset patch # User Matt Harbison # Date 1492317451 14400 # Node ID 9a782e7e651ea3990f20ea40b3c1533d73407fc0 # Parent f12b6185d43528af4a252afc022c70b996f7eb17 test-http: add a (glob) for Windows I'm not sure why the glob was ineffective with $TESTTMP here, but replacing it with '*' works. diff -r f12b6185d435 -r 9a782e7e651e 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