From: Yu Watanabe Date: Fri, 31 May 2024 07:10:55 +0000 (+0900) Subject: test: make it sure that devices are processed by udevd before running subtests X-Git-Tag: v256-rc4~62^2~1 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=052500a0723e92b43e41b0b68fb6b48ba4091ff5;p=systemd%2F.git test: make it sure that devices are processed by udevd before running subtests --- diff --git a/test/units/TEST-50-DISSECT.sh b/test/units/TEST-50-DISSECT.sh index b1286d70ff..0e378a8e5b 100755 --- a/test/units/TEST-50-DISSECT.sh +++ b/test/units/TEST-50-DISSECT.sh @@ -206,6 +206,7 @@ if [[ -n "${OPENSSL_CONFIG:-}" ]]; then udevadm lock --device="${loop}p3" dd if="$MINIMAL_IMAGE.verity-sig" of="${loop}p3" fi losetup -d "$loop" +udevadm settle --timeout=60 : "Run subtests"