aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Lichtenheld2023-04-18 15:49:41 +0200
committerGert Doering2023-05-08 13:58:48 +0200
commit477e7f5e91bfc66214c8d5466b24a424e2b401f4 (patch)
tree159ce92d3efd52569f115362f65940af4a520c4c
parent3779cefe5d3636f722a4df51db6162fcc44e2dcd (diff)
downloadopenvpn-477e7f5e91bfc66214c8d5466b24a424e2b401f4.zip
openvpn-477e7f5e91bfc66214c8d5466b24a424e2b401f4.tar.gz
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 <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> 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 <gert@greenie.muc.de> (cherry picked from commit d75a2dfc3e11daa1650f838517b610e6632d0445)
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a46f257..80673d5 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 = \