Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/simplify-csum-file-sha1fd-check'
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 7dd4b4d1c261c6542757bf69c4a04142dee7294d..9914d3e1cfe20f09b47fdc02896dc18ed0f61e45 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-1062,3
+1062,9
@@
test_lazy_prereq UNZIP '
"$GIT_UNZIP" -v
test $? -ne 127
'
+
+run_with_limited_cmdline () {
+ (ulimit -s 128 && "$@")
+}
+
+test_lazy_prereq CMDLINE_LIMIT 'run_with_limited_cmdline true'