test1156: fixup the stdout check for Windows

It is not text mode.

Follow-up to 6f73e68d182

Closes #8134
This commit is contained in:
Daniel Stenberg 2021-12-10 15:40:50 +01:00
parent 96c815c22e
commit 439aa50211
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -64,7 +64,7 @@ http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER
# Verify data after the test has been "shot"
<verify>
<stdout mode="text">
<stdout>
0
</stdout>
</verify>