From d75a2dfc3e11daa1650f838517b610e6632d0445 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 18 Apr 2023 15:49:41 +0200 Subject: [PATCH] tests: do not include t_client.sh in dist It is generated from t_client.sh.in by configure, so no need to ship it. Due to the dependency on the configuration it also might break reproducibility of the dist tarball. Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Message-Id: <20230418134941.86637-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26596.html Signed-off-by: Gert Doering --- tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a46f2573d..80673d569 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,8 +25,10 @@ TESTS_ENVIRONMENT = top_srcdir="$(top_srcdir)" TESTS = $(test_scripts) dist_noinst_SCRIPTS = \ - $(test_scripts) \ + t_cltsrv.sh \ t_cltsrv-down.sh \ + t_lpback.sh \ + t_net.sh \ update_t_client_ips.sh dist_noinst_DATA = \ -- 2.47.2