Skip to content

Commit

Permalink
Merge branch 'main' into fix/help-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster committed Jun 9, 2023
2 parents e46570b + 497d519 commit 5c2c63f
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 ver'0.31.0' 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 5c2c63f

Please sign in to comment.