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

tests: aux.sh use grep -E

egrep is nonstandard.
This commit is contained in:
Zdenek Kabelac 2017-07-01 09:41:14 +02:00
parent 5bd09cb79d
commit 928a49a7c8

View File

@ -545,7 +545,7 @@ teardown() {
kill_sleep_kill_ LOCAL_LVMETAD "${LVM_VALGRIND_LVMETAD:-0}"
dm_table | not egrep -q "$vg|$vg1|$vg2|$vg3|$vg4" || {
dm_table | not grep -E -q "$vg|$vg1|$vg2|$vg3|$vg4" || {
# Avoid activation of dmeventd if there is no pid
cfg=$(test -s LOCAL_DMEVENTD || echo "--config activation{monitoring=0}")
if dm_info suspended,name | grep -q "^Suspended:.*$prefix" ; then