1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-17 15:05:02 -05:00

tests: fix verification of stdout in test 1452 due to newline

Fixes test1452:41:1: error: missing </stdout> tag before </verify>
This commit is contained in:
Marc Hoersken 2020-03-15 23:17:01 +01:00
parent 49fbe01908
commit dda8babd07
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -37,6 +37,8 @@ telnet://%HOSTIP:%NEGTELNETPORT --upload-file -
# #
# Verify data after the test has been "shot" # Verify data after the test has been "shot"
<verify> <verify>
<stdout>test1452</stdout> <stdout nonewline="yes">
test1452
</stdout>
</verify> </verify>
</testcase> </testcase>