Skip to content

Commit

Permalink
Fix failed fish_plugins test
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Sep 10, 2024
1 parent a6bf0e5 commit 1f0dc2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/fisher.fish
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ set --local BASENAME --regex -- '[^/]+$'
fisher update tests/ponyo >/dev/null
) "$ponyo" = "pyon pyon pyon"

@test fish_plugins (
string match --regex -- "[^/]+\$" <$__fish_config_dir/fish_plugins | string join " "
) = "fisher fishtape ponyo"

@test "fisher remove" (
fisher remove tests/ponyo >/dev/null
) "$ponyo" = ""

@test "has state" -n (
set --names | string match \*fisher\* | string collect
)

@test fish_plugins (
fisher list | string collect
) = (read --null <$__fish_config_dir/fish_plugins | string collect)

0 comments on commit 1f0dc2b

Please sign in to comment.