diff --git a/extras/build-tests/nix/run-tests b/extras/build-tests/nix/run-tests index 596123631..d1e3b62d8 100755 --- a/extras/build-tests/nix/run-tests +++ b/extras/build-tests/nix/run-tests @@ -61,10 +61,12 @@ bin/unrealircd -f irc2.conf cd - # Do cipherscan test -sleep 2 -cd ../extras/tests/tls -./tls-tests -cd - +if [[ "$OSTYPE" != "freebsd"* ]]; then + sleep 2 + cd ../extras/tests/tls + ./tls-tests + cd - +fi # Back in unrealircd-tests, run the tests! if [[ "$OSTYPE" == "darwin"* ]]; then