Compare commits

..

5 Commits

Author SHA1 Message Date
Lennart Poettering e754ca25fc
Merge 8fd917a74d into 7ac1ad90d0 2024-09-17 22:41:38 -07:00
Yu Watanabe 7ac1ad90d0
Merge pull request #34460 from yuwata/test-86-follow-ups
test: follow-ups for TEST-86
2024-09-18 09:31:17 +09:00
Daan De Meyer 099b16c3e7 tmpfiles.d: Remove purge flag from lines that don't support it
Fixes db15657dfb
2024-09-17 23:02:01 +02:00
Yu Watanabe d265b8afb7 test: drop unused test.sh for TEST-86-MULTI-PROFILE-UKI
The test cannot run with the bash test runner, as it requires python.
Hence, test.sh is not necessary.

Follow-up for a37640653c.
2024-09-18 04:00:05 +09:00
Yu Watanabe 1aab0a5b10 test: minor coding style fixlets
Follow-up for a37640653c.
2024-09-18 03:50:46 +09:00
4 changed files with 10 additions and 20 deletions

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e
TEST_DESCRIPTION="Test Multi-Profile UKI Boots"
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
do_test "$@"

View File

@ -19,5 +19,5 @@ Q /var/lib/machines 0700 - - -
# systemd-nspawn --ephemeral places snapshots) we are more strict, to # systemd-nspawn --ephemeral places snapshots) we are more strict, to
# avoid removing unrelated temporary files. # avoid removing unrelated temporary files.
R!$ /var/lib/machines/.#* R! /var/lib/machines/.#*
R!$ /.#machine.* R! /.#machine.*

View File

@ -14,10 +14,10 @@ x /var/tmp/systemd-private-%b-*
X /var/tmp/systemd-private-%b-*/tmp X /var/tmp/systemd-private-%b-*/tmp
# Remove top-level private temporary directories on each boot # Remove top-level private temporary directories on each boot
R!$ /tmp/systemd-private-* R! /tmp/systemd-private-*
R!$ /var/tmp/systemd-private-* R! /var/tmp/systemd-private-*
# Handle lost systemd-coredump temp files. They could be lost on old filesystems, # Handle lost systemd-coredump temp files. They could be lost on old filesystems,
# for example, after hard reboot. # for example, after hard reboot.
x /var/lib/systemd/coredump/.#core*.%b* x /var/lib/systemd/coredump/.#core*.%b*
r!$ /var/lib/systemd/coredump/.#* r! /var/lib/systemd/coredump/.#*