From 093428b067d751f9a6d645d430bfff6fd3031acd Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Sat, 12 May 2018 22:51:43 +0200 Subject: [PATCH] tests: restore functionality Forgotten revert of tracing patch. Restoring previous functinality. --- test/shell/fsadm-crypt.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } -- 2.43.5