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

Switch condition for dmeventd check

This commit is contained in:
Zdenek Kabelac 2012-03-16 13:44:51 +00:00
parent 351be15dc4
commit 6bf324c4fd

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() {