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