# HG changeset patch # User Matt Harbison # Date 2017-04-16 04:37:31 # 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 --git a/tests/test-http.t b/tests/test-http.t --- a/tests/test-http.t +++ b/tests/test-http.t @@ -341,7 +341,7 @@ corrupt cookies file should yield a warn > 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