[fix] Add check for $TESTING

This commit is contained in:
William Wernert
2020-07-21 16:43:21 -04:00
parent c70bb9e58f
commit f3c24f1f01

View File

@@ -320,6 +320,8 @@ whiptail_storage_requirements() {
local current_val=$2
local needed_val=$3
[ -n "$TESTING" ] && return
read -r -d '' message <<- EOM
Free space on mount point '${mount}' is currently ${current_val}.