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-05-RLIMITS/test-rlimits.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test/TEST-05-RLIMITS') diff --git a/test/TEST-05-RLIMITS/test-rlimits.sh b/test/TEST-05-RLIMITS/test-rlimits.sh index 54000ecefb..ba665c5968 100755 --- a/test/TEST-05-RLIMITS/test-rlimits.sh +++ b/test/TEST-05-RLIMITS/test-rlimits.sh @@ -14,4 +14,3 @@ set -o pipefail [[ "$(ulimit -n -H)" = "16384" ]] touch /testok -exit 0 -- cgit v1.2.3-54-g00ecf