[FEATURE] Auto Oasis Test
This commit is contained in:
parent
e77c10a17b
commit
53ffe7cfe9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ runs:
|
||||||
env_len=${#env_list[@]}
|
env_len=${#env_list[@]}
|
||||||
|
|
||||||
# Ensure lengths match
|
# Ensure lengths match
|
||||||
if [ $path_len != $env_len ];
|
if [ "$path_len" != "$env_len" ];
|
||||||
then
|
then
|
||||||
echo "Input must match the output!"
|
echo "Input must match the output!"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue