From 48e2a7434996db7e41d0260fb7f871e7dee46e29 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Fri, 18 Oct 2024 18:18:27 -0300 Subject: [PATCH] Update fvm_basic.bats --- tests/cli/fvm_smoke_tests/fvm_basic.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/fvm_smoke_tests/fvm_basic.bats b/tests/cli/fvm_smoke_tests/fvm_basic.bats index 53eb6b167c..c6027995c3 100644 --- a/tests/cli/fvm_smoke_tests/fvm_basic.bats +++ b/tests/cli/fvm_smoke_tests/fvm_basic.bats @@ -1025,7 +1025,7 @@ setup_file() { # Attempts to install unsupported target triple run bash -c '$FVM_BIN install 0.11.12 --target aarch64-unknown-linux-gnu' assert_line --index 0 "Error: PackageSet \"0.11.12\" is not available for architecture: \"aarch64-unknown-linux-gnu\"" - assert_success + assert_failure # Removes FVM run bash -c '$FVM_BIN self uninstall --yes'