1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-08-03 08:22:00 +03:00

tests: drop settle for old systems

Reverts previously added udevsettle call.

Seems to be unrelated, while udev on old system may take over 10
minutes, to finish it's very slow and CPU intensive work, it doesn't
interact directly with created device, only access /dev/mapper/control
node via dmsetup, so the device is ocasionaly blocked by something else.
This commit is contained in:
Zdenek Kabelac
2013-10-17 22:54:12 +02:00
parent 7f4452a41e
commit 9f406ce252

View File

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