aboutsummaryrefslogtreecommitdiff
path: root/dist2/RunTest
diff options
context:
space:
mode:
Diffstat (limited to 'dist2/RunTest')
-rwxr-xr-xdist2/RunTest2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist2/RunTest b/dist2/RunTest
index 6715d153..39f04d40 100755
--- a/dist2/RunTest
+++ b/dist2/RunTest
@@ -319,7 +319,7 @@ fi
# If it is possible to set the system stack size and -bigstack was given,
# set up a large stack.
-$sim ./pcre2test -S 64 /dev/null /dev/null
+$sim ./pcre2test -S 1 /dev/null /dev/null
if [ $? -eq 0 -a "$bigstack" != "" ] ; then
setstack="-S 64"
else