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

tests: drop unneeded echo

This commit is contained in:
Zdenek Kabelac 2017-07-07 21:29:55 +02:00
parent 2d96b758e4
commit 4a5eea7758

View File

@ -62,7 +62,7 @@ diff MD5 MD5-2
# Do not want to see Live & Inactive table entry
echo $(dm_info attr,name) | not grep "LI-.*${PREFIX}" || {
( dm_info attr,name | not grep "LI-.*${PREFIX}" ) || {
dmsetup table --inactive | grep ${PREFIX}
die "Found device with Inactive table"
}