]> sourceware.org Git - lvm2.git/commitdiff
tests: drop unneeded echo
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 7 Jul 2017 19:29:55 +0000 (21:29 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 10 Jul 2017 12:23:53 +0000 (14:23 +0200)
test/shell/thin-resize-match.sh

index b9bec9cf8d4df980a910958875f4a95aa3a7114e..3bbf33479ed2acc224b8c97ca302ff797253a14a 100644 (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"
 }
This page took 0.04037 seconds and 5 git commands to generate.