mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
test: Skip Fish test if not installed (#1463)
This commit is contained in:
parent
d9a0454c6c
commit
aa0abfa504
@ -5,6 +5,10 @@ load test_helpers
|
||||
|
||||
setup() {
|
||||
cd "$(dirname "$BATS_TEST_DIRNAME")"
|
||||
|
||||
if ! command -v fish; then
|
||||
skip "Fish is not installed"
|
||||
fi
|
||||
}
|
||||
|
||||
cleaned_path() {
|
||||
|
Loading…
Reference in New Issue
Block a user