diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-11-06 10:52:19 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-11-06 10:55:30 +0100 |
commit | 60c86297bf81235c18eec68f7ddf1a30f21aa1b7 (patch) | |
tree | 75fd1e69197ddccb460751f8c2ab0bc4e592c1a7 /tests/data/test285 | |
parent | cd3aba1a5c618bb20b418ac73d3627b21fb795c8 (diff) | |
download | curl-60c86297bf81235c18eec68f7ddf1a30f21aa1b7.tar.gz |
tftp tests: verify sent options too
The tftpd test server now logs all received options and thus all TFTP
test cases need to match them exactly.
Extended test 283 to use and verify --tftp-blksize.
Diffstat (limited to 'tests/data/test285')
-rw-r--r-- | tests/data/test285 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/data/test285 b/tests/data/test285 index 75a19991d..d7a4a3900 100644 --- a/tests/data/test285 +++ b/tests/data/test285 @@ -37,8 +37,11 @@ sent </upload> <protocol> opcode: 2 -filename: /test285.txt mode: octet +tsize: 32 +blksize: 512 +timeout: 6 +filename: /test285.txt </protocol> </verify> </testcase> |