Skip to content
Snippets Groups Projects
Commit 9a782e7e authored by Matt Harbison's avatar Matt Harbison
Browse files

test-http: add a (glob) for Windows

I'm not sure why the glob was ineffective with $TESTTMP here, but replacing it
with '*' works.
parent f12b6185
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment