diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-02-16 20:29:14 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-06-19 11:27:41 +0200 |
commit | 508a7f04b345878dcd8365ff0ded5f87b18d75fa (patch) | |
tree | 87a27c30a8f4a42adad06d14744464d42539bb02 /test/TEST-01-BASIC | |
parent | locale: drop unnecessary allocation (diff) | |
download | systemd-508a7f04b345878dcd8365ff0ded5f87b18d75fa.tar.xz systemd-508a7f04b345878dcd8365ff0ded5f87b18d75fa.zip |
test: make masking of supplementary services configurable
Diffstat (limited to 'test/TEST-01-BASIC')
-rwxr-xr-x | test/TEST-01-BASIC/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh index a790cd78ac..cc6d0651c1 100755 --- a/test/TEST-01-BASIC/test.sh +++ b/test/TEST-01-BASIC/test.sh @@ -6,6 +6,7 @@ TEST_DESCRIPTION="Basic systemd setup" IMAGE_NAME="basic" RUN_IN_UNPRIVILEGED_CONTAINER=${RUN_IN_UNPRIVILEGED_CONTAINER:-yes} TEST_REQUIRE_INSTALL_TESTS=0 +TEST_SUPPORTING_SERVICES_SHOULD_BE_MASKED=0 # shellcheck source=test/test-functions . "${TEST_BASE_DIR:?}/test-functions" |