Skip to content

Commit

Permalink
fix: Fix docker-buildx gh-r test now that atclone ice is run
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Jul 26, 2022
1 parent 562998c commit 47156d8
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 @@ -145,7 +145,7 @@
$dive --version; assert $state equals 0
}
@test 'docker-buildx' { # A monitor of resources
run zinit for as'completions' atclone'buildx* completion zsh > _buildx' lbin'!buildx-* -> buildx' @docker/buildx
run zinit for as'completions' atclone'./buildx* completion zsh > _buildx' lbin'!buildx-* -> buildx' @docker/buildx
assert $state equals 0
local buildx="$ZBIN/buildx"; assert "$buildx" is_executable
$buildx version; assert $state equals 0
Expand Down

0 comments on commit 47156d8

Please sign in to comment.