1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

tests: drop cache checking

Just like 52656c89fd
when now cache is compiled in 'unditionally'.

This patch is actually enforce by changes in
commit: 2bc896f2a3
where CACHE value is not set anymore.
This commit is contained in:
Zdenek Kabelac 2018-05-07 11:53:41 +02:00
parent d38a2d64f0
commit 0b465d1543

View File

@ -1556,10 +1556,6 @@ have_raid4 () {
}
have_cache() {
test "$CACHE" = shared -o "$CACHE" = internal || {
echo "Cache is not built-in." >&2
return 1;
}
target_at_least dm-cache "$@"
declare -a CONF=()