Skip to content

Commit

Permalink
fix: pin dua gh-r test to v2.20.3 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster committed Dec 9, 2023
1 parent 794723c commit 0ba778a
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 @@ -206,7 +206,7 @@
run $dstask version; assert $state equals 0
}
@test 'dua' { # View disk space usage and delete unwanted data, fast
run zinit lbin'!**/dua' for @Byron/dua-cli; assert $state equals 0
run zinit ver'v2.20.3' lbin'!**/dua' for @Byron/dua-cli; assert $state equals 0
local dua="$ZBIN/dua"; assert "$dua" is_executable
run $dua --version; assert $state equals 0
}
Expand Down

0 comments on commit 0ba778a

Please sign in to comment.