X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fbasic.test;h=b2a3e472b5ab442f0a1f79d0d4d30551f3f80545;hb=d8e93b6816af7c33cd8dd0b27cfd18be0835e69a;hp=b181e7540c7298878dfeb6d6bf24d3e2c93d8c71;hpb=2cd8e2b8e8d60fdeb633afe54eaf38e18afb04dc;p=tinc diff --git a/test/basic.test b/test/basic.test index b181e754..b2a3e472 100755 --- a/test/basic.test +++ b/test/basic.test @@ -1,20 +1,26 @@ #!/bin/sh +# shellcheck source=testlib.sh . ./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 <