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:
parent
7b8b13c62b
commit
093428b067
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user