summaryrefslogtreecommitdiff
path: root/test/TEST-05-RLIMITS/test.sh
blob: 12b4530dd4504d2ccbe097b7cc1e70d88a282b74 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
set -e

TEST_DESCRIPTION="Resource limits-related tests"

# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"

do_test "$@"