From eb281ea47b5dd508d203919f31a6a9336f121b1d Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 3 Aug 2024 02:22:22 -0400 Subject: [PATCH] dnsexit2: Rename test file for consistency --- Makefile.am | 2 +- t/{dnsexit2.pl => protocol_dnsexit2.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename t/{dnsexit2.pl => protocol_dnsexit2.pl} (100%) diff --git a/Makefile.am b/Makefile.am index fedb826..2ecf620 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,6 @@ AM_PL_LOG_FLAGS = -Mstrict -w \ -MDevel::Autoflush handwritten_tests = \ t/builtinfw_query.pl \ - t/dnsexit2.pl \ t/get_ip_from_if.pl \ t/geturl_connectivity.pl \ t/geturl_response.pl \ @@ -75,6 +74,7 @@ handwritten_tests = \ t/is-and-extract-ipv6-global.pl \ t/logmsg.pl \ t/parse_assignments.pl \ + t/protocol_dnsexit2.pl \ t/protocol_dyndns2.pl \ t/skip.pl \ t/ssl-validate.pl \ diff --git a/t/dnsexit2.pl b/t/protocol_dnsexit2.pl similarity index 100% rename from t/dnsexit2.pl rename to t/protocol_dnsexit2.pl