Andreas Schwab <sch...@linux-m68k.org> writes:

> On Jun 30 2019, Johannes Sixt <j...@kdbg.org> wrote:
>
>> diff --git a/t/t5319-multi-pack-index.sh b/t/t5319-multi-pack-index.sh
>> index 79bfaeafa9..4b4d06a1c8 100755
>> --- a/t/t5319-multi-pack-index.sh
>> +++ b/t/t5319-multi-pack-index.sh
>> @@ -443,7 +443,7 @@ test_expect_success 'repack with minimum size does not 
>> alter existing packs' '
>>              touch -m -t 201901010002 .git/objects/pack/pack-B* &&
>>              touch -m -t 201901010003 .git/objects/pack/pack-A* &&
>>              ls .git/objects/pack >expect &&
>> -            MINSIZE=$(ls -l .git/objects/pack/*pack | awk "{print \$5;}" | 
>> sort -n | head -n 1) &&
>> +            MINSIZE=$(stat -c %s .git/objects/pack/*pack | sort -n | head 
>> -n 1) &&
>
> You could also use ls -n.

Nice ;-)

Reply via email to