diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-06-02 15:45:11 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-06-02 15:45:11 +0200 |
commit | 4ddf2ac169fbb4931b5268962b02cdca33323ccd (patch) | |
tree | dae21582837ec7d1cdda84b482377c4e7ee7e929 /openvpn/tests/Makefile.am | |
parent | 9b069ae8b8c4c458559f400211a0cfbc44c63938 (diff) |
bring openvpn in sync with openvpn git master and patches submitted to mailing list
Diffstat (limited to 'openvpn/tests/Makefile.am')
-rw-r--r-- | openvpn/tests/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openvpn/tests/Makefile.am b/openvpn/tests/Makefile.am index 6ae845ba..b7980e04 100644 --- a/openvpn/tests/Makefile.am +++ b/openvpn/tests/Makefile.am @@ -12,13 +12,12 @@ MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in -test_scripts = t_lpback.sh t_cltsrv.sh +test_scripts = t_client.sh t_lpback.sh t_cltsrv.sh TESTS_ENVIRONMENT = top_srcdir="$(top_srcdir)" TESTS = $(test_scripts) dist_noinst_SCRIPTS = \ $(test_scripts) \ - t_cltsrv-down.sh \ - t_client.sh + t_cltsrv-down.sh |