summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-16 23:27:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-12-16 23:27:49 (GMT)
commit796bd3bb2ac98e6aa4cb9afccc18c3056f795196 (patch)
treefd9d50c806c723df590f2253a834ea88a6fc7b54 /t
parent031b5a9ad3e666554c321b34c4d6b63d04bdd9b3 (diff)
parentd5eb3cf5e7e4274e12e0f249b3a026c029f3b02c (diff)
downloadgit-796bd3bb2ac98e6aa4cb9afccc18c3056f795196.zip
git-796bd3bb2ac98e6aa4cb9afccc18c3056f795196.tar.gz
git-796bd3bb2ac98e6aa4cb9afccc18c3056f795196.tar.bz2
Merge branch 'ls/p4-empty-file-on-lfs'
"git p4" LFS support was broken when LFS stores an empty blob. * ls/p4-empty-file-on-lfs: git-p4: fix empty file processing for large file system backend GitLFS
Diffstat (limited to 't')
-rwxr-xr-xt/t9824-git-p4-git-lfs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9824-git-p4-git-lfs.sh b/t/t9824-git-p4-git-lfs.sh
index 110a7e7..734b8db 100755
--- a/t/t9824-git-p4-git-lfs.sh
+++ b/t/t9824-git-p4-git-lfs.sh
@@ -42,6 +42,8 @@ test_expect_success 'Create repo with binary files' '
(
cd "$cli" &&
+ >file0.dat &&
+ p4 add file0.dat &&
echo "content 1 txt 23 bytes" >file1.txt &&
p4 add file1.txt &&
echo "content 2-3 bin 25 bytes" >file2.dat &&