On Tue, Dec 1, 2015 at 9:31 PM, Christian Couder <christian.couder@xxxxxxxxx> wrote: diff --git a/t/t7063-status-untracked-cache.sh b/t/t7063-status-untracked-cache.sh > index 0e8d0d4..8c3e703 100755 > --- a/t/t7063-status-untracked-cache.sh > +++ b/t/t7063-status-untracked-cache.sh > @@ -11,7 +11,7 @@ avoid_racy() { > # It's fine if git update-index returns an error code other than one, > # it'll be caught in the first test. Notice this comment. You probably have to chance --test-untr.. for the first test too if it's stilll true, or delete the comment. > test_lazy_prereq UNTRACKED_CACHE ' > - { git update-index --untracked-cache; ret=$?; } && > + { git update-index --test-untracked-cache; ret=$?; } && > test $ret -ne 1 > ' > > -- > 2.6.3.391.g95a3a5c > -- Duy -- 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