On Wed, Dec 2, 2015 at 8:18 PM, Duy Nguyen <[email protected]> wrote:
> On Tue, Dec 1, 2015 at 9:31 PM, Christian Couder
> <[email protected]> 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.
Ok, I think I will remove the comment and still use "git update-index
--untracked-cache" in the first test.
>> test_lazy_prereq UNTRACKED_CACHE '
>> - { git update-index --untracked-cache; ret=$?; } &&
>> + { git update-index --test-untracked-cache; ret=$?; } &&
>> test $ret -ne 1
>> '
Thanks,
Christian.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html