X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fbasic.test;h=d4d2cc6dc888ac1f946a2365d733b47140aeb5f1;hb=046a10d692d1ac22de4daf783ee4fe025c4eb6ec;hp=c377202db50a18d3a1167efe2d6f7c169575da9d;hpb=ada609f3ab838fdcb522de54510c414452be5950;p=tinc diff --git a/test/basic.test b/test/basic.test index c377202d..d4d2cc6d 100755 --- a/test/basic.test +++ b/test/basic.test @@ -1,20 +1,26 @@ #!/bin/sh +# shellcheck source=testlib.sh . "${0%/*}/testlib.sh" -# Initialize and test one node +echo [STEP] Initialize and test one node -$tinc $c1 init foo -$tinc $c1 set DeviceType dummy -$tinc $c1 set Port 0 +tinc foo <