Commit a84625ec authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added two tests for multiple URLs (26 + 27)

parent 19d3fd11
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -51,5 +51,6 @@ command6.txt name12.txt prot3.txt upload109.txt \
command7.txt      name13.txt        prot4.txt         upload112.txt \
command8.txt      name14.txt        prot5.txt \
command9.txt      name15.txt        prot6.txt \
error111.txt      name16.txt        prot7.txt
error111.txt      name16.txt        prot7.txt \
command26.txt  prot26.txt     command27.txt  prot27.txt \
name26.txt     reply26.txt    name27.txt     stdout27.txt 
+4 −0
Original line number Diff line number Diff line
http://%HOSTIP:%HOSTPORT/want/25 -o - -o -


+1 −0
Original line number Diff line number Diff line
http://%HOSTIP:%HOSTPORT/want/25 http://%HOSTIP:%HOSTPORT/want/24 http://%HOSTIP:%HOSTPORT/want/22

tests/data/name26.txt

0 → 100644
+1 −0
Original line number Diff line number Diff line
specify more -o than URLs

tests/data/name27.txt

0 → 100644
+1 −0
Original line number Diff line number Diff line
getting three URLs in one command line (to stdout)
Loading