[FEATURE] Auto Oasis Test

This commit is contained in:
Dunemask 2024-02-15 17:59:32 -07:00
parent e77c10a17b
commit 53ffe7cfe9

View file

@ -34,7 +34,7 @@ runs:
env_len=${#env_list[@]}
# Ensure lengths match
if [ $path_len != $env_len ];
if [ "$path_len" != "$env_len" ];
then
echo "Input must match the output!"
exit 1;