mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: alist repository for gh-r test (#305)
- `alist` project ownership was transferred from user`Xhofe` to organization`alist-org`
This commit is contained in:
parent
b0412c02bb
commit
fb3c082551
|
|
@ -17,7 +17,7 @@
|
|||
$alacritty --version; assert $state equals 0
|
||||
}
|
||||
@test 'alist' { # A file list program that supports multiple storage, powered by Gin and React
|
||||
run zinit lbin'!* -> alist' for @Xhofe/alist; assert $state equals 0
|
||||
run zinit lbin'!* -> alist' for @alist-org/alist; assert $state equals 0
|
||||
local alist="$ZBIN/alist"; assert "$alist" is_executable
|
||||
$alist --version; assert $state equals 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue