]> tinc-vpn.org Git - tinc/commitdiff
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 69042ac86035902e41ceee1249a5e47bbb5c13ff..e2462df85ed4c74bcb5fb9cf0fc028c338414fdf 100644 (file)
@@ -1,7 +1,7 @@
 TESTS = \
-       executables.test \
        basic.test \
-       sptps_basic.test
+       executables.test \
+       sptps-basic.test
 
 EXTRA_DIST = testlib.sh
 
index 1277fb0d157fa531f4dd15c0fa08637350426a1b..b181e7540c7298878dfeb6d6bf24d3e2c93d8c71 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