Change t/geturl_connectivity.pl to handwritten

Commit a9c1e545fb removed the
`configure.ac` substitution, so the test no longer needs to be
generated.
This commit is contained in:
Richard Hansen 2024-05-07 22:27:54 -04:00
parent 97397db294
commit 01d1d5e142
3 changed files with 1 additions and 2 deletions

View file

@ -63,13 +63,13 @@ AM_PL_LOG_FLAGS = -Mstrict -w \
-MDevel::Autoflush
handwritten_tests = \
t/get_ip_from_if.pl \
t/geturl_connectivity.pl \
t/is-and-extract-ipv4.pl \
t/is-and-extract-ipv6.pl \
t/is-and-extract-ipv6-global.pl \
t/parse_assignments.pl \
t/write_cache.pl
generated_tests = \
t/geturl_connectivity.pl \
t/version.pl
TESTS = $(handwritten_tests) $(generated_tests)
$(TESTS): ddclient

View file

@ -82,7 +82,6 @@ m4_foreach_w([_m], [
AC_CONFIG_FILES([
Makefile
t/geturl_connectivity.pl
t/version.pl
])
AC_OUTPUT