From a4e49f45664cfc9414d6eaaa7bd45f1eb3012e37 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 1 Sep 2013 21:07:02 +0200 Subject: [PATCH] Add test for import, export and exchange commands. --- test/Makefile.am | 1 + test/import-export.test | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100755 test/import-export.test 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 <