diff --git a/test/lib/aux.sh b/test/lib/aux.sh index 276bb3518..c6b05f89d 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -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