X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fbasic.test;h=31f27552444d1f563f64429c9f40cd07c119f615;hb=df716df33af8e9a5b93d573a023ecd7fc24d9a03;hp=c377202db50a18d3a1167efe2d6f7c169575da9d;hpb=a0baeddb8aa745007d0302ed06247cabb8facb32;p=tinc diff --git a/test/basic.test b/test/basic.test index c377202d..31f27552 100755 --- a/test/basic.test +++ b/test/basic.test @@ -1,20 +1,26 @@ #!/bin/sh -. "${0%/*}/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 <