]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
tests: do not include t_client.sh in dist
authorFrank Lichtenheld <frank@lichtenheld.com>
Tue, 18 Apr 2023 13:49:41 +0000 (15:49 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 8 May 2023 11:58:07 +0000 (13:58 +0200)
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>
tests/Makefile.am

index a46f2573d290a1d968b4f1bb7a05cd5edff82065..80673d569b740afc6ffd46f932955fd382bb1b5d 100644 (file)
@@ -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 = \