diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-01 15:51:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-01 15:53:55 +0200 |
commit | 77e6185dfcda09aed9b0106f4bd2660e55156941 (patch) | |
tree | d8122fbf22c17d8bd149451737801ceaa26c9188 /tests/data/test285 | |
parent | 68784d73c3f8bc0d14502b4e1e930b1741c41699 (diff) | |
download | curl-bagder/tftp-tests-hyper.tar.gz |
tests: adjust the tftpd output to work with hyper modebagder/tftp-tests-hyper
By making them look less like http headers, the hyper mode "tweak"
doesn't interfere.
Enable test 2002 and 2003 in hyper builds (and 1280 which is unrelated
but should be enabled).
Diffstat (limited to 'tests/data/test285')
-rw-r--r-- | tests/data/test285 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test285 b/tests/data/test285 index 23fe66ef1..ab055e416 100644 --- a/tests/data/test285 +++ b/tests/data/test285 @@ -36,12 +36,12 @@ sent to server </upload> <protocol> -opcode: 2 -mode: octet -tsize: 32 -blksize: 512 -timeout: 6 -filename: /test%TESTNUMBER.txt +opcode = 2 +mode = octet +tsize = 32 +blksize = 512 +timeout = 6 +filename = /test%TESTNUMBER.txt </protocol> </verify> </testcase> |