diff options
author | Phillip Sz <phillip.szelat@gmail.com> | 2016-02-05 11:38:58 +0100 |
---|---|---|
committer | Phillip Sz <phillip.szelat@gmail.com> | 2016-02-05 11:38:58 +0100 |
commit | e3ceb75be3cab5d700c7a1c65356cc9d4151a912 (patch) | |
tree | 18530466ab377bdd8abe2ef3d068f549c62e4aa4 /test/TEST-03-JOBS | |
parent | 784b22eef5005309a43400e9ab43d37281b1290c (diff) | |
download | systemd-e3ceb75be3cab5d700c7a1c65356cc9d4151a912.tar.gz |
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.
Diffstat (limited to 'test/TEST-03-JOBS')
-rwxr-xr-x | test/TEST-03-JOBS/test-jobs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |