curl/tests/data/test1152
Viktor Szakats d229055549
tidy-up: miscellaneous
- drop more uses of the word "just". (not enforced here)
- drop some uses of the "will" word.
- "then" -> "than".
- tests/http/testenv/curl.py: fix copy-paste typo in error message.
- pytest: replace `shutdownh` with `shutdown` in test names.
  Spotted by GitHub Code Quality.
- comment typos.
- whitespace and newlines fixes.

Closes #21830
2026-06-01 22:33:57 +02:00

40 lines
535 B
XML

<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
FTP
FAILURE
</keywords>
</info>
# Server-side
<reply>
<servercmd>
REPLY PWD 257 "Only one
</servercmd>
</reply>
# Client-side
<client>
<server>
ftp
</server>
<name>
FTP with unclosed quote in PWD response
</name>
<command>
ftp://%HOSTIP:%FTPPORT/test-%TESTNUMBER/
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<errorcode>
8
</errorcode>
<protocol crlf="yes">
USER anonymous
PASS ftp@example.com
PWD
</protocol>
</verify>
</testcase>