about summary refs log tree commit homepage
path: root/t/t0105-rack-input-limit-bigger.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-20 14:22:08 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-20 14:24:12 -0700
commite948380c2a28f12e7210130bc83fb0ae0e6fcac9 (patch)
tree61374a5025270d2c30db025d8ca34000fb3d19ab /t/t0105-rack-input-limit-bigger.sh
parentbfe34128aed4ec696bb939c19e86a742297af830 (diff)
downloadrainbows-e948380c2a28f12e7210130bc83fb0ae0e6fcac9.tar.gz
curl < 7.18.0 did not check for errors when doing chunked
uploads.  Unfortunately some distros are slow moving and
bundle ancient versions of curl.
Diffstat (limited to 't/t0105-rack-input-limit-bigger.sh')
-rwxr-xr-xt/t0105-rack-input-limit-bigger.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t0105-rack-input-limit-bigger.sh b/t/t0105-rack-input-limit-bigger.sh
index 6b58291..95cadca 100755
--- a/t/t0105-rack-input-limit-bigger.sh
+++ b/t/t0105-rack-input-limit-bigger.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 . ./test-lib.sh
+test -r random_blob || die "random_blob required, run with 'make $0'"
+req_curl_chunked_upload_err_check
 
 t_plan 10 "rack.input client_max_body_size bigger"