diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-01 15:51:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-01 23:40:28 +0200 |
commit | 3f4b1b4ee5eb5e6c423e496c5b9b9f1457f40d99 (patch) | |
tree | df21086eaa0374ecdb0cb35eaf69ce892b7cdc0a /tests/data/test1099 | |
parent | 3a6d30cfd32009ce89288a539ef4b1b8b7f00731 (diff) | |
download | curl-3f4b1b4ee5eb5e6c423e496c5b9b9f1457f40d99.tar.gz |
tests: adjust the tftpd output to work with hyper mode
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).
Closes #7658
Diffstat (limited to 'tests/data/test1099')
-rw-r--r-- | tests/data/test1099 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/data/test1099 b/tests/data/test1099 index f2fa2f28b..77099916f 100644 --- a/tests/data/test1099 +++ b/tests/data/test1099 @@ -31,18 +31,18 @@ tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER # Verify pseudo protocol after the test has been "shot" <verify> <protocol> -opcode: 1 -mode: octet -tsize: 0 -blksize: 512 -timeout: 6 -filename: an/invalid-file -opcode: 1 -mode: octet -tsize: 0 -blksize: 512 -timeout: 6 -filename: /%TESTNUMBER +opcode = 1 +mode = octet +tsize = 0 +blksize = 512 +timeout = 6 +filename = an/invalid-file +opcode = 1 +mode = octet +tsize = 0 +blksize = 512 +timeout = 6 +filename = /%TESTNUMBER </protocol> <stdout> data for %TESTNUMBER |