t9824: fix wrong reference value
commit9e220fedf81cace5172ed86014e9ad425f7f3250
authorLars Schneider <larsxschneider@gmail.com>
Fri, 29 Apr 2016 15:57:02 +0000 (29 15:57 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 17:34:32 +0000 (29 10:34 -0700)
treefe7a8bb4a6a910b24c0064a64526d030aa39e9e7
parent0492eb48c4415b662e40d3af0592290a2fdba64e
t9824: fix wrong reference value

0492eb48 (t9824: fix broken &&-chain in a subshell, 2016-04-24)
revealed a test that was broken from the beginning, as it expected a
wrong size.  The expected size of the file under test is 39
bytes. The test checked that the size is 13 bytes, but this was not
noticed because it was breaking the &&-chain.

Fix the reference value to make the test pass.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9824-git-p4-git-lfs.sh