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:
parent
351be15dc4
commit
6bf324c4fd
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user