summaryrefslogtreecommitdiff
path: root/tests/data/test284
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-01 15:51:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-01 15:53:55 +0200
commit77e6185dfcda09aed9b0106f4bd2660e55156941 (patch)
treed8122fbf22c17d8bd149451737801ceaa26c9188 /tests/data/test284
parent68784d73c3f8bc0d14502b4e1e930b1741c41699 (diff)
downloadcurl-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/test284')
-rw-r--r--tests/data/test28412
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test284 b/tests/data/test284
index bee74f4c7..2f4ea4317 100644
--- a/tests/data/test284
+++ b/tests/data/test284
@@ -59,12 +59,12 @@ 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: /%TESTNUMBER
+opcode = 1
+mode = octet
+tsize = 0
+blksize = 512
+timeout = 6
+filename = /%TESTNUMBER
</protocol>
</verify>
</testcase>