X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ft7004-tag.sh;h=a9af2de9960b345878ac0f85c33b1efd3e038d28;hb=e3b7705207b3e9c661026e43b95cfb2f40d7e6f2;hp=62aa322846be36a2794d4089369292cecd319d6b;hpb=d4e355fb78dd0935268e4b8be28091b7b9bd0fb4;p=platform%2Fupstream%2Fgit.git diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 62aa322..a9af2de 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1863,13 +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 && i=1 &&