Skip to content

Commit 71ad050

Browse files
stefanbellergitster
authored andcommitted
t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
During creation of the patch series, our discussion revealed that we could have a more descriptive name for the prerequisite for the test so it stays unique when other limits of ulimit are introduced. Let's rename the existing ulimit about setting the stack size to a more explicit ULIMIT_STACK_SIZE. Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Michael Haggerty <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5322b83 commit 71ad050

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
@@ -1463,10 +1463,10 @@ run_with_limited_stack () {
14631463
(ulimit -s 128 && "$@")
14641464
}
14651465
1466-
test_lazy_prereq ULIMIT 'run_with_limited_stack true'
1466+
test_lazy_prereq ULIMIT_STACK_SIZE 'run_with_limited_stack true'
14671467
14681468
# we require ulimit, this excludes Windows
1469-
test_expect_success ULIMIT '--contains works in a deep repo' '
1469+
test_expect_success ULIMIT_STACK_SIZE '--contains works in a deep repo' '
14701470
>expect &&
14711471
i=1 &&
14721472
while test $i -lt 8000

0 commit comments

Comments
 (0)