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