From 23b223e898cc1b579ec7f4409a8ebdc2f4cb6b09 Mon Sep 17 00:00:00 2001 From: Corey Minyard Date: Sat, 1 Feb 2025 10:19:46 -0600 Subject: [PATCH] tests: Fix a typo in a test name Signed-off-by: Corey Minyard --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index dddcf995..81e41d6b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,7 @@ PYTESTS = test_syncio.py \ test_relpkt_large.py test_udp_nocon.py test_conacc.py test_mdns.py \ test_ipmisol.py test_perf.py test_trace.py test_file.py test_dummy.py \ test_ax25_small.py test_ax25_basics.py test_script.py test_ratelimit.py \ - test_parmlog.py tests_serial_break.py + test_parmlog.py test_serial_break.py test_accept_ssl_tcp.py: ca/CA.key