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

tests: hide error message

Hide error about missing declare -A  support.
This commit is contained in:
Zdenek Kabelac 2015-04-30 13:57:08 +02:00
parent 0480b4743a
commit 0eea780bce

View File

@ -786,7 +786,7 @@ EOF
echo "$v"
done >> "$config_values"
declare -A CONF || {
declare -A CONF 2>/dev/null || {
# Associative arrays is not available
local s
for s in $(cut -f1 -d/ "$config_values" | sort | uniq); do