We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f735a50 + 9e220fe commit 7ab6da3Copy full SHA for 7ab6da3
t/t9824-git-p4-git-lfs.sh
@@ -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"
+ 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 &&
0 commit comments