curl-curl/tests/data/test1453
Viktor Szakats 6b26d465e1
tests/data: use more repeat macro
Found in `client/command` sections.

Closes #19499
2025-11-12 20:07:19 +01:00

36 lines
417 B
Plaintext

<testcase>
<info>
<keywords>
Too long tftp filename
FAILURE
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<features>
tftp
</features>
<name>
Too long tftp filename
</name>
<command>
tftp://%HOSTIP:%NOLISTENPORT/%repeat[503 x a]%z
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
# TFTP file name too long
<errorcode>
71
</errorcode>
</verify>
</testcase>