diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-08 17:27:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-08 17:27:18 +0100 |
commit | 9e7454e0e2ee65701406458baffeb0e1395d7fb8 (patch) | |
tree | 1ad37555a6aebb815c7102e320ae17518b230e85 /test/TEST-05-RLIMITS/test-rlimits.sh | |
parent | b89f8b2d44a936392ccf577dbd2f3d4fabd47526 (diff) | |
parent | e3ceb75be3cab5d700c7a1c65356cc9d4151a912 (diff) |
Merge pull request #2535 from PhillipSz/remove-exit-0
test: remove exit 0 at the end
Diffstat (limited to 'test/TEST-05-RLIMITS/test-rlimits.sh')
-rwxr-xr-x | test/TEST-05-RLIMITS/test-rlimits.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |