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>

Lars Schneider committed Apr 29, 2016 at 15:57 UTC 9e220fedf81cace5172ed86014e9ad425f7f3250
1 file changed +1 -1
t/t9824-git-p4-git-lfs.sh
+1 -1
@@ -265,7 +265,7 @@ test_expect_success 'Add big files to repo and store files in LFS based on compr
265 # We only import HEAD here ("@all" is missing!)
266 git p4 clone --destination="$git" //depot &&
267
268 - test_file_in_lfs file6.bin 13 "content 6 bin 39 bytes XXXXXYYYYYZZZZZ" &&
268 + test_file_in_lfs file6.bin 39 "content 6 bin 39 bytes XXXXXYYYYYZZZZZ" &&
269 test_file_count_in_dir ".git/lfs/objects" 1 &&
270
271 cat >expect <<-\EOF &&