From: Guus Sliepen Date: Sun, 1 Sep 2013 22:15:50 +0000 (+0200) Subject: Add a test for invite and join commands. X-Git-Tag: release-1.1pre9~9 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=bdbb710060bef4b3ec63f5592e4def57a4817bd9 Add a test for invite and join commands. --- diff --git a/test/Makefile.am b/test/Makefile.am index 15db24fa..47660048 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,6 +2,7 @@ TESTS = \ basic.test \ executables.test \ import-export.test \ + invite-join.test \ sptps-basic.test EXTRA_DIST = testlib.sh diff --git a/test/invite-join.test b/test/invite-join.test new file mode 100755 index 00000000..dbe6f8ae --- /dev/null +++ b/test/invite-join.test @@ -0,0 +1,49 @@ +#!/bin/sh + +. ./testlib.sh + +# Initialize one node + +$tinc $c1 <