xref: /curl/tests/data/test3203 (revision bfe54b0e)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6FILE
7</keywords>
8</info>
9
10#
11# Client-side
12<client>
13<server>
14file
15</server>
16<name>
17GET a directory using file://
18</name>
19<!-- doesn't work on win32, see #6379 -->
20<features>
21!win32
22</features>
23<command option="no-include">
24file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.dir/
25</command>
26<file name="%LOGDIR/test%TESTNUMBER.dir/dir-listing-test.txt">
27Contents of file are irrelevant
28</file>
29</client>
30
31#
32# Verify data after the test has been "shot"
33<verify>
34<errorcode>
350
36</errorcode>
37<stdout>
38dir-listing-test.txt
39</stdout>
40</verify>
41</testcase>
42