xref: /curl/tests/data/test484 (revision a300879b)
1<testcase>
2<info>
3<keywords>
4HTTP
5etags
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12</reply>
13
14#
15# Client-side
16<client>
17<server>
18none
19</server>
20<name>
21Use --etag-compare and -save with more than one URL
22</name>
23<command>
24http://example.com/%TESTNUMBER --etag-compare %LOGDIR/etag%TESTNUMBER --etag-save %LOGDIR/etag%TESTNUMBER --url http://example.net/fooo
25</command>
26</client>
27
28#
29# Verify data after the test has been "shot"
30<verify>
31<errorcode>
322
33</errorcode>
34<stderr mode="text">
35curl: The etag options only work on a single URL
36curl: option --url: is badly used here
37%if manual
38curl: try 'curl --help' or 'curl --manual' for more information
39%else
40curl: try 'curl --help' for more information
41%endif
42</stderr>
43</verify>
44</testcase>
45