diff --git a/test.sh b/test.sh index d1fa7d17..f369ace9 100755 --- a/test.sh +++ b/test.sh @@ -16,12 +16,6 @@ if [ `uname -s` = "NetBSD" ]; then MAKE=gmake KILLALL=pkill PS_C="pgrep -l" -elif [ `uname -s` = "FreeBSD" ]; then - NPROCESSORS_ONLN="NPROCESSORS_ONLN" - NGINX_DEFAULT_OPT='--with-debug --with-http_stub_status_module --with-http_ssl_module --with-cc-opt=-g\ -O0\ -fno-common' - MAKE=gmake - KILLALL=pkill - PS_C="pgrep -l" else NPROCESSORS_ONLN="_NPROCESSORS_ONLN" NGINX_DEFAULT_OPT='--with-debug --with-http_stub_status_module --with-http_ssl_module --with-cc-opt=-g\ -O0\ -fno-common'