From 4a5eea77581181ee9ddff0c4e3575bc3a73d2585 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 7 Jul 2017 21:29:55 +0200 Subject: [PATCH] tests: drop unneeded echo --- test/shell/thin-resize-match.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.43.5