]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: fix verification of stdout in test 1452 due to newline
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 15 Mar 2020 22:17:01 +0000 (23:17 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Sun, 15 Mar 2020 22:17:01 +0000 (23:17 +0100)
Fixes test1452:41:1: error: missing </stdout> tag before </verify>

tests/data/test1452

index 76b0eba0c5ce35c6e2ad2bca62132a682f18b1a5..3b172722981ba60904b1c4f104dc06bcda4b54b6 100644 (file)
@@ -37,6 +37,8 @@ telnet://%HOSTIP:%NEGTELNETPORT --upload-file -
 #
 # Verify data after the test has been "shot"
 <verify>
-<stdout>test1452</stdout>
+<stdout nonewline="yes">
+test1452
+</stdout>
 </verify>
 </testcase>