blob: 5dd7afdbede3ba07510da5da451967a4c4b3cffb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# check if there is unknown resouce(s)
%test
limit | grep UNKNOWN || print OK
0:Check if there is unknown resouce(s) in the system
>OK
F:A failure here does not indicate any error in zsh. It just means there
F:is a resource in your system that is unknown to zsh developers. Please
F:report this to zsh-workers mailing list.
|