From ab9c6f7b40bd54b408696ac7a519a3cb12d1c456 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Tue, 1 Feb 2022 17:39:03 +0100 Subject: [PATCH] renaming, as it does not rely on CGI anymore --- Makefile.am | 2 +- t/{cgi.t => app.t} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename t/{cgi.t => app.t} (100%) diff --git a/Makefile.am b/Makefile.am index c005805..afdf520 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ TESTS = \ t/01compile.t \ t/02critic.t \ - t/cgi.t \ + t/app.t \ t/cli.t \ t/metadata.t \ t/tools.t diff --git a/t/cgi.t b/t/app.t similarity index 100% rename from t/cgi.t rename to t/app.t -- GitLab