X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fbasic.test;h=c377202db50a18d3a1167efe2d6f7c169575da9d;hb=refs%2Fheads%2F1.1;hp=b181e7540c7298878dfeb6d6bf24d3e2c93d8c71;hpb=2cd8e2b8e8d60fdeb633afe54eaf38e18afb04dc;p=tinc diff --git a/test/basic.test b/test/basic.test deleted file mode 100755 index b181e754..00000000 --- a/test/basic.test +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -. ./testlib.sh - -# Initialize and test one node - -$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