From 2cd8e2b8e8d60fdeb633afe54eaf38e18afb04dc Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 1 Sep 2013 21:06:25 +0200 Subject: [PATCH] Small fixes for tests. --- test/Makefile.am | 4 ++-- test/basic.test | 2 -- test/{sptps_basic.test => sptps-basic.test} | 0 3 files changed, 2 insertions(+), 4 deletions(-) rename test/{sptps_basic.test => sptps-basic.test} (100%) 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 -- 2.20.1