[1/4] Fix test hello-world

Message ID 20180604095734.1851-1-jonatan.schlag@ipfire.org
State Accepted
Commit b5dc4b726999e3727bcb080836bb9f2da468a8f8
Headers
Series [1/4] Fix test hello-world |

Commit Message

Jonatan Schlag June 4, 2018, 7:57 p.m. UTC
  In the moment a single all statement is not supported by nitsi.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 test/nitsi/test/hello-world/recipe | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

diff --git a/test/nitsi/test/hello-world/recipe b/test/nitsi/test/hello-world/recipe
index 6312787..fc83ede 100644
--- a/test/nitsi/test/hello-world/recipe
+++ b/test/nitsi/test/hello-world/recipe
@@ -1 +1,2 @@ 
-all: echo "Hello World"
+alice: echo "Hello World"
+bob: echo "Hello World"