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-03-JOBS/test-jobs.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test/TEST-03-JOBS') diff --git a/test/TEST-03-JOBS/test-jobs.sh b/test/TEST-03-JOBS/test-jobs.sh index 4252a9a75d..0c7d4439a2 100755 --- a/test/TEST-03-JOBS/test-jobs.sh +++ b/test/TEST-03-JOBS/test-jobs.sh @@ -50,4 +50,3 @@ systemctl stop --job-mode=replace-irreversibly unstoppable.service || exit 1 systemctl start unstoppable.service || exit 1 touch /testok -exit 0 -- cgit v1.2.3-54-g00ecf