From a7fa8733c50b3c6b7fb28ce13de26994516acf4d Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 05 2022 15:13:13 +0000 Subject: if CONTAINERTEST is undefined, set it as 0 --- diff --git a/tests/0_lib/functions.sh b/tests/0_lib/functions.sh index 50c000b..387b893 100755 --- a/tests/0_lib/functions.sh +++ b/tests/0_lib/functions.sh @@ -258,3 +258,6 @@ export -f t_Select_Alternative export centos_ver export centos_stream export arch +if [ -z "$CONTAINERTEST" ]; then + export CONTAINERTEST=0 +fi