diff --git a/tests/gh-r.zunit b/tests/gh-r.zunit index c84fcf817..5258f991e 100755 --- a/tests/gh-r.zunit +++ b/tests/gh-r.zunit @@ -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 }