netrc macdef HTTP/1.1 200 OK Content-Length: 6 Content-Type: text/html Funny-head: yesyes 12345 # Client-side http netrc parser skips macdef even with broken quote --netrc --netrc-file %LOGDIR/netrc%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER macdef testmacro bin cd "broken quote put password.bin quit machine %HOSTIP login user1 password passwd1 # Verify data after the test has been "shot" GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT Authorization: Basic %b64[user1:passwd1]b64% User-Agent: curl/%VERSION Accept: */*