mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Remove quotes from --unset option
This commit is contained in:
parent
b26f56692d
commit
bc309c0fe5
@ -242,7 +242,7 @@ teardown() {
|
||||
source $(dirname "$BATS_TEST_DIRNAME")/asdf.sh
|
||||
asdf shell "dummy" "1.1.0"
|
||||
[ $(echo $ASDF_DUMMY_VERSION) = "1.1.0" ]
|
||||
asdf shell "dummy" "--unset"
|
||||
asdf shell "dummy" --unset
|
||||
[ -z "$(echo $ASDF_DUMMY_VERSION)" ]
|
||||
unset ASDF_DUMMY_VERSION
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user