diff options
author | Omar Polo <op@omarpolo.com> | 2024-05-29 08:58:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-05-29 08:58:12 +0000 |
commit | b5dd7091ad9dc5216a54e4af50fbd26decb96d34 (patch) | |
tree | 60fd915ee01190a67cc73ee7bd56c7e0e59cba13 /regress | |
parent | 5b549c28056e19b42f0a82c071cacf79fec6628d (diff) |
typo
Diffstat (limited to 'regress')
-rwxr-xr-x | regress/regress | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/regress b/regress/regress index 2f0d58e..2df53a4 100755 --- a/regress/regress +++ b/regress/regress @@ -62,8 +62,8 @@ run_test test_proxy_with_certs # run_test test_unknown_host # XXX: breaks on some distro run_test test_include_mime run_test test_log_file -run_test test_ip4_addr -run_test test_ip6_addr need_ipv6 +run_test test_ipv4_addr +run_test test_ipv6_addr need_ipv6 # TODO: add test that uses only a TLSv1.2 or TLSv1.3 # TODO: add a test that attempt to serve a non-regular file |