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/test1099 | |
parent | cd3aba1a5c618bb20b418ac73d3627b21fb795c8 (diff) |
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/test1099')
-rw-r--r-- | tests/data/test1099 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/data/test1099 b/tests/data/test1099 index cde403974..7aacc11d0 100644 --- a/tests/data/test1099 +++ b/tests/data/test1099 @@ -32,11 +32,17 @@ tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099 --trace- <verify> <protocol> opcode: 1 -filename: an/invalid-file mode: octet +tsize: 0 +blksize: 512 +timeout: 6 +filename: an/invalid-file opcode: 1 -filename: /1099 mode: octet +tsize: 0 +blksize: 512 +timeout: 6 +filename: /1099 </protocol> <stdout> data for 1099 |