From e3ceb75be3cab5d700c7a1c65356cc9d4151a912 Mon Sep 17 00:00:00 2001 From: Phillip Sz Date: Fri, 5 Feb 2016 11:38:58 +0100 Subject: test: remove exit 0 at the end We don't need that at the end, as it will always exit with 0 if everything is okey. --- test/TEST-04-JOURNAL/test-journal.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test/TEST-04-JOURNAL') diff --git a/test/TEST-04-JOURNAL/test-journal.sh b/test/TEST-04-JOURNAL/test-journal.sh index 3a05619ad5..6646eccfa7 100755 --- a/test/TEST-04-JOURNAL/test-journal.sh +++ b/test/TEST-04-JOURNAL/test-journal.sh @@ -60,4 +60,3 @@ systemctl stop forever-print-hola [[ ! -f "/i-lose-my-logs" ]] touch /testok -exit 0 -- cgit v1.2.3-54-g00ecf