summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-09 10:05:10 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-09 10:05:10 +0200
commit77aa750f3648ebc614c48d61f9997725bdeb4059 (patch)
treed3853732d28d099c953f51fc7ca7cb6943eec60a
parent94c5a4a02b0fa5a8bf62f916767663ef8cf5d92d (diff)
downloadcurl-bagder/ETIMEDOUT.tar.gz
fixup enforce blackhole == 0bagder/ETIMEDOUT
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 2dfe87ac0..bc80801cf 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -24,6 +24,8 @@ task:
test_script:
# blackhole?
- sysctl net.inet.tcp.blackhole
+ # make sure we don't run blackhole != 0
+ - sudo sysctl net.inet.tcp.blackhole=0
# Some tests won't run if run as root so run them as another user.
# Make directories world writable so the test step can write wherever it needs.
- find . -type d -exec chmod 777 {} \;