]> granicus.if.org Git - git/commitdiff
t9824: fix wrong reference value
authorLars Schneider <larsxschneider@gmail.com>
Fri, 29 Apr 2016 15:57:02 +0000 (15:57 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 17:34:32 +0000 (10:34 -0700)
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

index 64f8d18216d4986364a91214ec3ff661b56f16cc..3fc6790b0744f40fab91be76768cdf71f9d71789 100755 (executable)
@@ -265,7 +265,7 @@ test_expect_success 'Add big files to repo and store files in LFS based on compr
                # We only import HEAD here ("@all" is missing!)
                git p4 clone --destination="$git" //depot &&
 
-               test_file_in_lfs file6.bin 13 "content 6 bin 39 bytes XXXXXYYYYYZZZZZ" &&
+               test_file_in_lfs file6.bin 39 "content 6 bin 39 bytes XXXXXYYYYYZZZZZ" &&
                test_file_count_in_dir ".git/lfs/objects" 1 &&
 
                cat >expect <<-\EOF &&