diff --git a/tests/gh-r.zunit b/tests/gh-r.zunit index a4172d633..f2868a98f 100755 --- a/tests/gh-r.zunit +++ b/tests/gh-r.zunit @@ -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 }