diff --git a/lib/tests.sh b/lib/tests.sh index 8d3fba7..3b2b671 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -130,6 +130,9 @@ _INSTALL_APP () { && continue install_args=$(echo $install_args | sed "s@\&$key=[^&]*\&@\&$key=$value\&@") + if ! echo $install_args | grep -q $key; then + install_args+="$key=$value&" + fi done # Note : we do this at this stage and not during the parsing of check_process