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:
vladislav doster 2022-06-08 13:54:25 -05:00 committed by GitHub
parent b0412c02bb
commit fb3c082551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}