mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: fix last commit
It must not fail here during execution, so always check in a way that '||' is used for call of settle.
This commit is contained in:
parent
66f4698a93
commit
d9e44112c5
@ -215,4 +215,4 @@ esac
|
||||
|
||||
test -z "$PREFIX" || prepare_test_vars
|
||||
|
||||
test -e /sbin/udevsettle && pidof udevd >/dev/null && /sbin/udevsettle
|
||||
test ! -e /sbin/udevsettle || if pidof udevd >/dev/null; then /sbin/udevsettle ; fi
|
||||
|
Loading…
Reference in New Issue
Block a user