summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-09 09:20:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-09 09:20:45 +0200
commit94c5a4a02b0fa5a8bf62f916767663ef8cf5d92d (patch)
treef54494f4ed6c781352cbea32e7e29ba47b2b90df
parent06c99a9feab4bf21e9e05e8c16f03bf6d698b79b (diff)
downloadcurl-94c5a4a02b0fa5a8bf62f916767663ef8cf5d92d.tar.gz
fixup check blackhole status on freebsd machines
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 21d7b62ab..2dfe87ac0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -22,6 +22,8 @@ task:
compile_script:
- make V=1
test_script:
+ # blackhole?
+ - sysctl net.inet.tcp.blackhole
# 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 {} \;