]> git.meshlink.io Git - meshlink/blobdiff - test/basic.test
Never automatically try to bind to ports >= 32768.
[meshlink] / test / basic.test
diff --git a/test/basic.test b/test/basic.test
deleted file mode 100755 (executable)
index 1277fb0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-. ./testlib.sh
-
-# Initialize and test one node
-
-rm -rf config1
-
-$tinc $c1 init foo
-$tinc $c1 set DeviceType dummy
-$tinc $c1 set Port 0
-
-# Test running in the foreground
-
-(sleep 1; $tinc $c1 stop) &
-$tinc $c1 start $r1 -D
-
-# Test running tinc in the background
-
-$tinc $c1 start $r1
-sleep 1
-$tinc $c1 stop