systemd/test/TEST-05-RLIMITS/test.sh

11 lines
215 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e
2015-11-28 16:47:56 +00:00
TEST_DESCRIPTION="Resource limits-related tests"
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
2015-11-28 16:47:56 +00:00
do_test "$@"