From 7724e0c10043856d57f983de12a56e8c13c2f2f9 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sun, 2 Aug 2020 11:30:27 +0200 Subject: [PATCH] fix test script so that it doesn't exit --- test/stream/commander_test.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/stream/commander_test.clj b/test/stream/commander_test.clj index 3beeb47..a6bbdac 100644 --- a/test/stream/commander_test.clj +++ b/test/stream/commander_test.clj @@ -52,7 +52,7 @@ (str "/bin/bash -c \"" "echo test; " ">&2 echo error;" - "cat /dev/null" + "cat /dev/zero" "\"")) (deftest systemd-services @@ -66,6 +66,7 @@ (testing "starting the service" (systemd/start-service! name) + (a/