mirror of
https://github.com/systemd/systemd.git
synced 2025-02-14 05:57:40 +03:00
test: also check the ordering between udevd and tmpfiles-setup
This commit is contained in:
parent
112a41b6ec
commit
3178698bb5
@ -11,6 +11,9 @@ set -o pipefail
|
||||
assert_in "systemd-tmpfiles-setup-dev.service" "$(systemctl show --property After --value systemd-udevd.service)"
|
||||
assert_in "systemd-udevd.service" "$(systemctl show --property Before --value systemd-tmpfiles-setup-dev.service)"
|
||||
|
||||
assert_in "systemd-tmpfiles-setup.service" "$(systemctl show --property After --value systemd-udevd.service)"
|
||||
assert_in "systemd-udevd.service" "$(systemctl show --property Before --value systemd-tmpfiles-setup.service)"
|
||||
|
||||
if [[ -f /dev/vfio/vfio ]]; then
|
||||
assert_in "crw-rw-rw-" "$(stat --format=%A /dev/vfio/vfio)"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user