From: Zdenek Kabelac Date: Fri, 7 Jul 2017 19:29:55 +0000 (+0200) Subject: tests: drop unneeded echo X-Git-Tag: v2_02_173~107 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4a5eea77581181ee9ddff0c4e3575bc3a73d2585;p=lvm2.git tests: drop unneeded echo --- diff --git a/test/shell/thin-resize-match.sh b/test/shell/thin-resize-match.sh index b9bec9cf8..3bbf33479 100644 --- a/test/shell/thin-resize-match.sh +++ b/test/shell/thin-resize-match.sh @@ -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" }