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:
parent
1238935a2d
commit
268ec5553e
@ -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…
Reference in New Issue
Block a user