From 497d519d99c3d3cdb8e71dfdf4583cadef9220a0 Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Thu, 8 Jun 2023 20:44:09 -0500 Subject: [PATCH] fix: pin fclones version to v0.31.0 --- tests/gh-r.zunit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gh-r.zunit b/tests/gh-r.zunit index 8366df5de..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 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 }