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