mirror of
https://github.com/curl/curl.git
synced 2026-05-19 20:46:20 +03: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
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue