]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1156: fixup the stdout check for Windows
authorDaniel Stenberg <daniel@haxx.se>
Fri, 10 Dec 2021 14:40:50 +0000 (15:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Dec 2021 16:00:37 +0000 (17:00 +0100)
It is not text mode.

Follow-up to 6f73e68d182

Closes #8134

tests/data/test1156

index 7ec34d61c724ade3d622f2916b092107dddb7d4d..d638274b5f92dba528dae9a1143c7ec713ed71f3 100644 (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>