summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-14 22:04:21 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-14 22:04:21 +0000
commit183582ab29b5e81fc4a090eb69102857210e2824 (patch)
treeaae75cae2372082ae856c4a3541d8b44455ae3c9
parent1b4c1f715e5abcf68ea680dbed3b36007b9aa761 (diff)
add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--KNOWNBUGS.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index 39dc6a9b8b..1b170b6712 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -2,3 +2,8 @@
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#
+
+assert_normal_exit(<<'End', '[ruby-dev:37934]')
+ Process.setrlimit(:NPROC, 1)
+ system("ls")
+End