diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-12 21:28:28 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-12 21:28:28 +0000 |
commit | 94893746ae158901a4896039a0c0dc29ca008d54 (patch) | |
tree | 7d550ffd2bcc40d492b6b5b22cb57b6a2f30ec11 /regress | |
parent | 2cef5cf42a98f8b9c8c4f1a4d4da40b389de770a (diff) |
use the default prefork in tests
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib.sh b/regress/lib.sh index 7c2cd61..c61285b 100644 --- a/regress/lib.sh +++ b/regress/lib.sh @@ -10,8 +10,7 @@ current_test= run_test() { ggflags= port=10965 - config_common="prefork 1 -ipv6 off + config_common="ipv6 off port $port " hdr= |