1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: workaround udevd compromising tests

Patch helps a bit when lvm2 is build with disabled udev_sync support,
but udevd runs in the system - so it randomly influences unrelated tests
even - so before every test wait at least till udevd is settled.
This commit is contained in:
Zdenek Kabelac 2013-10-17 16:19:06 +02:00
parent 93a07a1b84
commit 66f4698a93

View File

@ -214,3 +214,5 @@ case "$PATH" in
esac
test -z "$PREFIX" || prepare_test_vars
test -e /sbin/udevsettle && pidof udevd >/dev/null && /sbin/udevsettle