Skip to content

Commit

Permalink
fix: pin fclones version to v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster committed Jun 9, 2023
1 parent 9ebc788 commit 497d519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
}
@test 'fclones' { # Efficient duplicate file Finder
[[ $OSTYPE =~ 'darwin*' ]] && skip "on $os_type"
run zinit for @pkolaczk/fclones; assert $state equals 0
run zinit ver'v0.31.0' for @pkolaczk/fclones; assert $state equals 0
local fclones="$ZBIN/fclones"; assert "$fclones" is_executable
run "$fclones" --help; assert $state equals 0
}
Expand Down

0 comments on commit 497d519

Please sign in to comment.