TEST-04-JOURNAL: include util.sh before calling cgroupfs_supports_user_xattrs()

Fixes a bug introduced by 46322f2742 (v256).
Fixes #36991.
This commit is contained in:
Yu Watanabe
2025-04-08 02:49:07 +09:00
parent bd05126399
commit 86d59686b7

View File

@@ -3,14 +3,14 @@
set -eux
set -o pipefail
# shellcheck source=test/units/util.sh
. "$(dirname "$0")"/util.sh
if ! cgroupfs_supports_user_xattrs; then
echo "CGroup does not support user xattrs, skipping LogFilterPatterns= tests."
exit 0
fi
# shellcheck source=test/units/util.sh
. "$(dirname "$0")"/util.sh
NEEDS_RELOAD=
add_logs_filtering_override() {