Skip to content

Commit

Permalink
Change t/geturl_connectivity.pl to handwritten
Browse files Browse the repository at this point in the history
Commit a9c1e54 removed the
`configure.ac` substitution, so the test no longer needs to be
generated.
  • Loading branch information
rhansen committed May 8, 2024
1 parent 97397db commit 01d1d5e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Expand Up @@ -82,7 +82,6 @@ m4_foreach_w([_m], [

AC_CONFIG_FILES([
Makefile
t/geturl_connectivity.pl
t/version.pl
])
AC_OUTPUT
File renamed without changes.

0 comments on commit 01d1d5e

Please sign in to comment.