Merge branch 'jk/write-in-full-fix'
[gitweb.git] / t / test-lib.sh
index a738540ef2582654faee4cf24769800d24eac3ac..83f5d3dd21bbb7cae8b41bf2404f97bb43979d2c 100644 (file)
@@ -1172,6 +1172,12 @@ run_with_limited_cmdline () {
 
 test_lazy_prereq CMDLINE_LIMIT 'run_with_limited_cmdline true'
 
+run_with_limited_stack () {
+       (ulimit -s 128 && "$@")
+}
+
+test_lazy_prereq ULIMIT_STACK_SIZE 'run_with_limited_stack true'
+
 build_option () {
        git version --build-options |
        sed -ne "s/^$1: //p"