Skip to content

Commit fc38a9b

Browse files
stefanbellergitster
authored andcommitted
t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
During creation of the patch series our discussion we could have a more descriptive name for the prerequisite for the test so it stays unique when other limits of ulimit are introduced. Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Michael Haggerty <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d415ad0 commit fc38a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t7004-tag.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,10 +1491,10 @@ run_with_limited_stack () {
14911491
(ulimit -s 128 && "$@")
14921492
}
14931493

1494-
test_lazy_prereq ULIMIT 'run_with_limited_stack true'
1494+
test_lazy_prereq ULIMIT_STACK_SIZE 'run_with_limited_stack true'
14951495

14961496
# we require ulimit, this excludes Windows
1497-
test_expect_success ULIMIT '--contains works in a deep repo' '
1497+
test_expect_success ULIMIT_STACK_SIZE '--contains works in a deep repo' '
14981498
>expect &&
14991499
i=1 &&
15001500
while test $i -lt 8000

0 commit comments

Comments
 (0)