about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2020-03-06 20:12:06 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2020-03-06 20:12:06 +0900
commit273da6cc5f58c4a99399c37ad5faf09924119fea (patch)
tree890ca00b03cf2a44ab40fe9adda6f85b76ff1e1b /Test
parent2f419b332d9cf28eaad0523b3404ab8ce52a82e0 (diff)
downloadzsh-273da6cc5f58c4a99399c37ad5faf09924119fea.tar.gz
zsh-273da6cc5f58c4a99399c37ad5faf09924119fea.tar.xz
zsh-273da6cc5f58c4a99399c37ad5faf09924119fea.zip
45490 (+45495 and a test): refactor rlimits.c
Use a table of known resouces instead of generating rlimits.h by
rlimits.awk.
Diffstat (limited to 'Test')
-rw-r--r--Test/B12limit.ztst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/B12limit.ztst b/Test/B12limit.ztst
new file mode 100644
index 000000000..5dd7afdbe
--- /dev/null
+++ b/Test/B12limit.ztst
@@ -0,0 +1,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.