From d13b5dfc620754ff956e273aa52ce152175cdce1 Mon Sep 17 00:00:00 2001 From: Luke McCrone Date: Fri, 11 Sep 2026 19:19:25 -0300 Subject: [PATCH] test: mc hotfix --- tests/install_test.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/install_test.sh b/tests/install_test.sh index 09a110e7..8d46cdbd 100755 --- a/tests/install_test.sh +++ b/tests/install_test.sh @@ -427,9 +427,9 @@ check_required_commands() { xxd ) - if [ "${INSTALL_MC:-false}" = "true" ]; then - commands+=(mc) - fi + #if [ "${INSTALL_MC:-false}" = "true" ]; then + # commands+=(mc) + #fi local cmd for cmd in "${commands[@]}"; do @@ -654,9 +654,9 @@ if [ "$os" == "Linux" ] && ! download_and_install_aws_cli; then exit 1 fi -if ! download_and_install_mc "$os"; then - exit 1 -fi +#if ! download_and_install_mc "$os"; then +# exit 1 +#fi if ! download_and_install_bats_helpers; then exit 1