1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

tests: drop cache checking

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

This patch is actually enforce by changes in
commit: 2bc896f2a3a0023a4f45f10da3d0a22295a633ee
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=()