From: Zdenek Kabelac Date: Sat, 12 May 2018 20:51:43 +0000 (+0200) Subject: tests: restore functionality X-Git-Tag: v2_02_178-rc1~32^2~22 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=093428b067d751f9a6d645d430bfff6fd3031acd;p=lvm2.git tests: restore functionality Forgotten revert of tracing patch. Restoring previous functinality. --- diff --git a/test/shell/fsadm-crypt.sh b/test/shell/fsadm-crypt.sh index 68959e3f3..77bda3591 100644 --- a/test/shell/fsadm-crypt.sh +++ b/test/shell/fsadm-crypt.sh @@ -123,8 +123,7 @@ check_missing() } get_crypt_kname() { - lsblk -r -n -o KNAME,NAME | tee out - grep "$1" out | cut -d ' ' -f 1 + lsblk -r -n -o KNAME,NAME | grep "$1" | cut -d ' ' -f 1 }