From 01d1d5e1420aa410ca03d01d312fc3d73eba9644 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Tue, 7 May 2024 22:27:54 -0400 Subject: [PATCH] Change `t/geturl_connectivity.pl` to handwritten Commit a9c1e545fb0190a59952e8d448927bae49fd0508 removed the `configure.ac` substitution, so the test no longer needs to be generated. --- Makefile.am | 2 +- configure.ac | 1 - t/{geturl_connectivity.pl.in => geturl_connectivity.pl} | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename t/{geturl_connectivity.pl.in => geturl_connectivity.pl} (100%) diff --git a/Makefile.am b/Makefile.am index cd36fc4..2b5eebc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 639d451..e60c85f 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,6 @@ m4_foreach_w([_m], [ AC_CONFIG_FILES([ Makefile - t/geturl_connectivity.pl t/version.pl ]) AC_OUTPUT diff --git a/t/geturl_connectivity.pl.in b/t/geturl_connectivity.pl similarity index 100% rename from t/geturl_connectivity.pl.in rename to t/geturl_connectivity.pl