From: Yu Watanabe Date: Tue, 8 Aug 2023 22:20:49 +0000 (+0900) Subject: test: also check the ordering between udevd and tmpfiles-setup X-Git-Tag: v255-rc1~774^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3178698bb5352989e4bff866641838b1c2a0efcb;p=thirdparty%2Fsystemd.git test: also check the ordering between udevd and tmpfiles-setup --- diff --git a/test/units/testsuite-17.00.sh b/test/units/testsuite-17.00.sh index 0203af88c45..a72c0fb792e 100755 --- a/test/units/testsuite-17.00.sh +++ b/test/units/testsuite-17.00.sh @@ -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