diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-09-25 15:24:09 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-25 15:24:10 +0900 |
commit | 9709ffac8004c3dc62dc946af469ec6d69bfeffb (patch) | |
tree | 6e6fd0696c8cec710f3048b8fc2aa1556a4a44ce /t/t6120-describe.sh | |
parent | Merge branch 'jk/info-alternates-fix' (diff) | |
parent | t9010-*.sh: skip all tests if the PIPE prereq is missing (diff) | |
download | tgif-9709ffac8004c3dc62dc946af469ec6d69bfeffb.tar.xz |
Merge branch 'rj/test-ulimit-on-windows'
On Cygwin, "ulimit -s" does not report failure but it does not work
at all, which causes an unexpected success of some tests that
expect failures under a limited stack situation. This has been
fixed.
* rj/test-ulimit-on-windows:
t9010-*.sh: skip all tests if the PIPE prereq is missing
test-lib: use more compact expression in PIPE prerequisite
test-lib: don't use ulimit in test prerequisites on cygwin
Diffstat (limited to 't/t6120-describe.sh')
-rwxr-xr-x | t/t6120-describe.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t6120-describe.sh b/t/t6120-describe.sh index dd6dd9df9b..3d45dc2955 100755 --- a/t/t6120-describe.sh +++ b/t/t6120-describe.sh @@ -279,7 +279,6 @@ test_expect_success 'describe ignoring a borken submodule' ' grep broken out ' -# we require ulimit, this excludes Windows test_expect_failure ULIMIT_STACK_SIZE 'name-rev works in a deep repo' ' i=1 && while test $i -lt 8000 |