]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: also check the ordering between udevd and tmpfiles-setup 28732/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Aug 2023 22:20:49 +0000 (07:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 Aug 2023 06:52:42 +0000 (15:52 +0900)
test/units/testsuite-17.00.sh

index 0203af88c45fb8c2fb22da04a00c5582d9133544..a72c0fb792eaff87f0ed27624a3f8ff92b9f9249 100755 (executable)
@@ -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