From: Guus Sliepen Date: Sun, 1 Sep 2013 19:06:25 +0000 (+0200) Subject: Small fixes for tests. X-Git-Tag: release-1.1pre9~17 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=2cd8e2b8e8d60fdeb633afe54eaf38e18afb04dc Small fixes for tests. --- diff --git a/test/Makefile.am b/test/Makefile.am index 69042ac8..e2462df8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ TESTS = \ - executables.test \ basic.test \ - sptps_basic.test + executables.test \ + sptps-basic.test EXTRA_DIST = testlib.sh diff --git a/test/basic.test b/test/basic.test index 1277fb0d..b181e754 100755 --- a/test/basic.test +++ b/test/basic.test @@ -4,8 +4,6 @@ # Initialize and test one node -rm -rf config1 - $tinc $c1 init foo $tinc $c1 set DeviceType dummy $tinc $c1 set Port 0 diff --git a/test/sptps_basic.test b/test/sptps-basic.test similarity index 100% rename from test/sptps_basic.test rename to test/sptps-basic.test