From 8ed264460f828669207708df5fe787ab390c85cd Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 29 Jul 2021 10:45:35 -0400 Subject: [PATCH] Do not prompt about uppercased hostname during testing --- setup/so-whiptail | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/so-whiptail b/setup/so-whiptail index 10d86ec2b..961924afa 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -1851,6 +1851,9 @@ whiptail_suricata_pins() { # shellcheck disable=2120 whiptail_uppercase_warning() { + + [ -n "$TESTING" ] && return + local type=$1 local msg