diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-04-26 19:20:18 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-04-26 19:20:18 +0200 |
commit | c4cd6205e0f89ea482b338f41e70d3594a7d5e37 (patch) | |
tree | fdbcd28a3232086073b89d6e141c38b00415cfc4 /test/TEST-05-RLIMITS | |
parent | Merge pull request #19383 from keszybz/test58-fixes (diff) | |
download | systemd-c4cd6205e0f89ea482b338f41e70d3594a7d5e37.tar.xz systemd-c4cd6205e0f89ea482b338f41e70d3594a7d5e37.zip |
test: "detect" the test number automagically
Specifying the test number manually is tedious and prone to errors (as
recently proven). Since we have all the necessary data to work out the
test number, let's do it automagically.
Diffstat (limited to 'test/TEST-05-RLIMITS')
-rwxr-xr-x | test/TEST-05-RLIMITS/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-05-RLIMITS/test.sh b/test/TEST-05-RLIMITS/test.sh index f95c198f1a..12b4530dd4 100755 --- a/test/TEST-05-RLIMITS/test.sh +++ b/test/TEST-05-RLIMITS/test.sh @@ -6,4 +6,4 @@ TEST_DESCRIPTION="Resource limits-related tests" # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" -do_test "$@" 05 +do_test "$@" |