Small fixes for tests.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 1 Sep 2013 19:06:25 +0000 (21:06 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 1 Sep 2013 19:06:25 +0000 (21:06 +0200)
test/Makefile.am
test/basic.test
test/sptps-basic.test [moved from test/sptps_basic.test with 100% similarity]

index 69042ac..e2462df 100644 (file)
@@ -1,7 +1,7 @@
 TESTS = \
-       executables.test \
        basic.test \
-       sptps_basic.test
+       executables.test \
+       sptps-basic.test
 
 EXTRA_DIST = testlib.sh
 
index 1277fb0..b181e75 100755 (executable)
@@ -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
similarity index 100%
rename from test/sptps_basic.test
rename to test/sptps-basic.test