From: Frank Lichtenheld Date: Tue, 18 Apr 2023 13:49:41 +0000 (+0200) Subject: tests: do not include t_client.sh in dist X-Git-Tag: v2.7_alpha1~478 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d75a2dfc3e11daa1650f838517b610e6632d0445;p=thirdparty%2Fopenvpn.git 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 --- 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 = \