From: Guus Sliepen Date: Sun, 1 Sep 2013 19:07:02 +0000 (+0200) Subject: Add test for import, export and exchange commands. X-Git-Tag: release-1.1pre9~16 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=a4e49f45664cfc9414d6eaaa7bd45f1eb3012e37 Add test for import, export and exchange commands. --- diff --git a/test/Makefile.am b/test/Makefile.am index e2462df8..4cb5f3f0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,7 @@ TESTS = \ basic.test \ executables.test \ + import-export.test \ sptps-basic.test EXTRA_DIST = testlib.sh diff --git a/test/import-export.test b/test/import-export.test new file mode 100755 index 00000000..a65f0f8c --- /dev/null +++ b/test/import-export.test @@ -0,0 +1,38 @@ +#!/bin/sh + +. ./testlib.sh + +# Initialize three nodes + +$tinc $c1 <