summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-18 09:47:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-18 09:47:12 +0200
commit3b87bd30e8fa4d52ac05ea21300ee09f0ed270c1 (patch)
tree3b43d1273625bb7265dc6ee97ff6780c620fe600
parent097d80d58d4fb00f4f7beaa20a3abde7bbea4a7d (diff)
downloadcurl-3b87bd30e8fa4d52ac05ea21300ee09f0ed270c1.tar.gz
fixup test1179 to check stderr in text mode
-rw-r--r--tests/data/test11792
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1179 b/tests/data/test1179
index 44d2697d0..95699e8a4 100644
--- a/tests/data/test1179
+++ b/tests/data/test1179
@@ -31,7 +31,7 @@ error when using unknown command line option
<errorcode>
2
</errorcode>
-<stderr>
+<stderr mode="text">
curl: option --never-implemented: is unknown
curl: try 'curl --help' or 'curl --manual' for more information
</stderr>