This commit is contained in:
Andrii Melnyk 2026-08-20 23:07:48 -07:00 committed by GitHub
commit 719ae5be03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,3 +103,7 @@
run +zi-log -n '{m} message'
assert $output contains 'message'; assert $state equals 0
}
@test 'ls' {
run zinit ls
assert $state equals 0
}