summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-05-07 11:53:41 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2018-05-12 18:18:23 +0200
commit0b465d1543a46ba3994a0a53a08592f7a2838d35 (patch)
tree5c7c0c9b845ab8ac7584ca0ab6ac5436485619f2
parentd38a2d64f0cddc951774b63d56b2fb5d9afb336e (diff)
downloadlvm2-0b465d1543a46ba3994a0a53a08592f7a2838d35.tar.gz
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.
-rw-r--r--test/lib/aux.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 977e91709..adfad3b66 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -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=()