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:
parent
49fbe01908
commit
dda8babd07
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user