From: Michael Tremer Date: Sat, 15 Sep 2018 22:11:36 +0000 (+0100) Subject: nitsi: Drop Hello World test X-Git-Tag: 010~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43433a8a3947a1bb7d04add8c44d822e17ec1500;p=network.git nitsi: Drop Hello World test This is a little bit useless now that we have tests that do stuff that is more useful. Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 36885083..3df14fb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -597,7 +597,6 @@ CLEANFILES += \ test/nitsi/include/setup NITSI_TESTS = \ - test/nitsi/test/hello-world \ test/nitsi/test/make-check \ test/nitsi/test/phase1 \ test/nitsi/test/raw-device-get-by-mac \ @@ -606,8 +605,6 @@ NITSI_TESTS = \ EXTRA_DIST += \ test/nitsi/test/settings.in \ - test/nitsi/test/hello-world/recipe \ - test/nitsi/test/hello-world/settings \ test/nitsi/test/make-check/recipe.in \ test/nitsi/test/make-check/settings.in \ test/nitsi/test/raw-device-get-by-mac/recipe \ diff --git a/test/nitsi/test/hello-world/recipe b/test/nitsi/test/hello-world/recipe deleted file mode 100644 index fc83edea..00000000 --- a/test/nitsi/test/hello-world/recipe +++ /dev/null @@ -1,2 +0,0 @@ -alice: echo "Hello World" -bob: echo "Hello World" diff --git a/test/nitsi/test/hello-world/settings b/test/nitsi/test/hello-world/settings deleted file mode 100644 index 35aeb024..00000000 --- a/test/nitsi/test/hello-world/settings +++ /dev/null @@ -1,3 +0,0 @@ -[GENERAL] -name = Hello World -description = This is a test to just check if nitsi is working.