summaryrefslogtreecommitdiff
path: root/test/fuzzer/ulimit.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/ulimit.test')
-rw-r--r--test/fuzzer/ulimit.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fuzzer/ulimit.test b/test/fuzzer/ulimit.test
new file mode 100644
index 000000000..8772caa2d
--- /dev/null
+++ b/test/fuzzer/ulimit.test
@@ -0,0 +1,3 @@
+RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
+RUN: ulimit -s 1000
+RUN: not %t-SimpleTest