summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-11-28 11:40:11 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-11-28 11:40:11 +0100
commit83b869c5735e7061eed2608ab051e4ffadac59d5 (patch)
tree15813379c89bcd37c826bd7c676863cd43625d44
parent5b50bf3d0c31d21fb112c770fdc8c6b5885d1387 (diff)
downloadcurl-bagder/test-content-encoding-none.tar.gz
fixup test328: require libz as a featurebagder/test-content-encoding-none
... as it won't work if the curl doesn't support --compress
-rw-r--r--tests/data/test3286
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test328 b/tests/data/test328
index d1b3be9cf..93c00e182 100644
--- a/tests/data/test328
+++ b/tests/data/test328
@@ -25,6 +25,12 @@ Q: What did 0 say to 8? A: Nice Belt!
<server>
http
</server>
+
+# we're actually more interested in any compression support but this is the
+# best we can do right now
+<features>
+libz
+</features>
<name>
HTTP with "Content-Encoding: none
</name>