mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
86b1e94ae7
- test 1268 requires unix sockets - test 2072 must be disabled also for MSYS/MinGW
45 lines
598 B
Plaintext
45 lines
598 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
</keywords>
|
|
</info>
|
|
|
|
<reply>
|
|
<data>
|
|
foo
|
|
bar
|
|
bar
|
|
foo
|
|
moo
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
file
|
|
</server>
|
|
<name>
|
|
file:// with unix path resolution behavior for the case of extra slashes
|
|
</name>
|
|
<command>
|
|
file:////%PWD/log/test2072.txt
|
|
</command>
|
|
<precheck>
|
|
perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
|
|
</precheck>
|
|
<file name="log/test2072.txt">
|
|
foo
|
|
bar
|
|
bar
|
|
foo
|
|
moo
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
</verify>
|
|
</testcase>
|