On Sat, May 9, 2015 at 7:45 PM, Michael Haggerty <mhagger@xxxxxxxxxxxx> wrote: > From: Stefan Beller <sbeller@xxxxxxxxxx> > > 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. I must have had a bad day when trying to write this. Either words are missing (just insert a "revealed" after discussion on the first line) or it doesn't make any sense. How about: In this patch series we introduce another test depending on a different ulimit so we need to have a more descriptive name for this prerequisite such that it stays unique when other limits of ulimit are introduced. > > Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> > Signed-off-by: Michael Haggerty <mhagger@xxxxxxxxxxxx> > --- > t/t7004-tag.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh > index 796e9f7..06b8e0d 100755 > --- a/t/t7004-tag.sh > +++ b/t/t7004-tag.sh > @@ -1463,10 +1463,10 @@ run_with_limited_stack () { > (ulimit -s 128 && "$@") > } > > -test_lazy_prereq ULIMIT 'run_with_limited_stack true' > +test_lazy_prereq ULIMIT_STACK_SIZE 'run_with_limited_stack true' > > # we require ulimit, this excludes Windows > -test_expect_success ULIMIT '--contains works in a deep repo' ' > +test_expect_success ULIMIT_STACK_SIZE '--contains works in a deep repo' ' > >expect && > i=1 && > while test $i -lt 8000 > -- > 2.1.4 > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html