aboutsummaryrefslogtreecommitdiff
path: root/regress/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tests.sh')
-rw-r--r--regress/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/tests.sh b/regress/tests.sh
index cfc7c6a..0e07d19 100644
--- a/regress/tests.sh
+++ b/regress/tests.sh
@@ -523,7 +523,7 @@ test_ipv6_server() {
}
test_high_prefork() {
- kill "$(cat gmid.pid)" 2>/dev/null || true
+ quit
setup_simple_test 'prefork 12'
@@ -531,7 +531,7 @@ test_high_prefork() {
check_reply "20 text/gemini" "# hello world" || return 1
dont_check_server_alive=yes
- kill "$(cat gmid.pid)" 2>/dev/null || true
+ quit
}
test_proxy_protocol_v1() {