Mercurial > hg
changeset 32008:9a782e7e651e
test-http: add a (glob) for Windows
I'm not sure why the glob was ineffective with $TESTTMP here, but replacing it
with '*' works.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 16 Apr 2017 00:37:31 -0400 |
parents | f12b6185d435 |
children | c6cb21ddf74a |
files | tests/test-http.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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