1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-09 01:18:39 +03:00

Switch condition for dmeventd check

This commit is contained in:
Zdenek Kabelac 2012-03-16 13:44:51 +00:00
parent 1238935a2d
commit 268ec5553e

View File

@ -197,7 +197,7 @@ teardown() {
echo "ok"
test -z "$RUNNING_DMEVENTD" && not pgrep dmeventd &>/dev/null
test -n "$RUNNING_DMEVENTD" || not pgrep dmeventd &>/dev/null
}
make_ioerror() {