1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: restore functionality

Forgotten revert of tracing patch. Restoring previous functinality.
This commit is contained in:
Zdenek Kabelac 2018-05-12 22:51:43 +02:00
parent 7b8b13c62b
commit 093428b067

View File

@ -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
}