Skip to content

Commit

Permalink
removed tests to see workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edvardsanta committed Sep 22, 2023
1 parent 67b3220 commit 29818f3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/version_commands.bats
Original file line number Diff line number Diff line change
Expand Up @@ -380,18 +380,6 @@ teardown() {
unset ASDF_DUMMY_VERSION
}

@test "shell wrapper function with --unset-all should unset all ENV var" {
. "$(dirname "$BATS_TEST_DIRNAME")/asdf.sh"
asdf shell "dummy" "1.1.0"
asdf shell "legacy-dummy" "latest"
[ "$ASDF_DUMMY_VERSION" = "1.1.0" ]
[ "$ASDF_LEGACY_DUMMY_VERSION" = "5.1.0" ]
asdf shell --unset-all
[ -z "$ASDF_DUMMY_VERSION" ]
[ -z "$ASDF_LEGACY_DUMMY_VERSION" ]
unset ASDF_DUMMY_VERSION
unset ASDF_LEGACY_DUMMY_VERSION
}

@test "shell wrapper function should return an error for missing plugins" {
. "$(dirname "$BATS_TEST_DIRNAME")/asdf.sh"
Expand Down

0 comments on commit 29818f3

Please sign in to comment.