%prep if grep '^name=zsh/rlimits .* link=no ' $ZTST_testdir/../config.modules >/dev/null then ZTST_unimplemented="the zsh/rlimits module was disabled by configure (see config.modules)" return 0 fi zmodload zsh/rlimits %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.