From 43433a8a3947a1bb7d04add8c44d822e17ec1500 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 15 Sep 2018 23:11:36 +0100 Subject: [PATCH] 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 --- Makefile.am | 3 --- test/nitsi/test/hello-world/recipe | 2 -- test/nitsi/test/hello-world/settings | 3 --- 3 files changed, 8 deletions(-) delete mode 100644 test/nitsi/test/hello-world/recipe delete mode 100644 test/nitsi/test/hello-world/settings 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. -- 2.47.2