summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-12-10 15:40:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-10 17:00:37 +0100
commit439aa502115e2129db71d0b2d5441eb3790e2cd3 (patch)
tree70f10ca2865461bf7701c8c4d117470425e0eea6
parent96c815c22e957e50ad12634deeaa418983b63ec2 (diff)
downloadcurl-439aa502115e2129db71d0b2d5441eb3790e2cd3.tar.gz
test1156: fixup the stdout check for Windows
It is not text mode. Follow-up to 6f73e68d182 Closes #8134
-rw-r--r--tests/data/test11562
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1156 b/tests/data/test1156
index 7ec34d61c..d638274b5 100644
--- a/tests/data/test1156
+++ b/tests/data/test1156
@@ -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>