aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/atlocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index c5cb4b9..061937a 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -24,3 +24,8 @@ case $host in
LC_ALL=C.UTF-8
;;
esac
+
+# Default stack size on Linux (8M).
+# Some platforms allow very large stack sizes, making it hard to test
+# against potential stack overflows.
+ulimit -s 8192