diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-12-10 15:40:50 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-12-10 17:00:37 +0100 |
commit | 439aa502115e2129db71d0b2d5441eb3790e2cd3 (patch) | |
tree | 70f10ca2865461bf7701c8c4d117470425e0eea6 /tests | |
parent | 96c815c22e957e50ad12634deeaa418983b63ec2 (diff) | |
download | curl-439aa502115e2129db71d0b2d5441eb3790e2cd3.tar.gz |
test1156: fixup the stdout check for Windows
It is not text mode.
Follow-up to 6f73e68d182
Closes #8134
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1156 | 2 |
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> |