diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-09-25 15:24:05 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-25 15:24:05 +0900 |
commit | b0df15a15d6479508676757e810419141516754f (patch) | |
tree | f8c2a81b3f91c41ad2e73a3d2674901e401dd5fc /t/t7004-tag.sh | |
parent | Merge branch 'jk/leak-checkers' (diff) | |
parent | t6120: test describe and name-rev with deep repos (diff) | |
download | tgif-b0df15a15d6479508676757e810419141516754f.tar.xz |
Merge branch 'mg/name-rev-tests-with-short-stack'
A handful of tests to demonstrates a recursive implementation of
"name-rev" hurts.
* mg/name-rev-tests-with-short-stack:
t6120: test describe and name-rev with deep repos
t6120: clean up state after breaking repo
t6120: test name-rev --all and --stdin
t7004: move limited stack prereq to test-lib
Diffstat (limited to 't/t7004-tag.sh')
-rwxr-xr-x | t/t7004-tag.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index dbcd6f623c..5bf5ace56b 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1863,12 +1863,6 @@ test_expect_success 'version sort with very long prerelease suffix' ' git tag -l --sort=version:refname ' -run_with_limited_stack () { - (ulimit -s 128 && "$@") -} - -test_lazy_prereq ULIMIT_STACK_SIZE 'run_with_limited_stack true' - # we require ulimit, this excludes Windows test_expect_success ULIMIT_STACK_SIZE '--contains and --no-contains work in a deep repo' ' >expect && |