Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply: check git diffs for missing old filenames
[gitweb.git]
/
t
/
t9824-git-p4-git-lfs.sh
diff --git
a/t/t9824-git-p4-git-lfs.sh
b/t/t9824-git-p4-git-lfs.sh
index 110a7e792475fcf19ef782fae1d265ae81653853..734b8db4cbd557cf8e703cc4e2b085185634baba 100755
(executable)
--- 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 &&