My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47d807
)
t9824: fix broken &&-chain in a subshell
author
SZEDER Gábor
<szeder@ira.uka.de>
Sun, 24 Apr 2016 11:50:21 +0000
(13:50 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 24 Apr 2016 19:36:19 +0000
(12:36 -0700)
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Acked-by: Lars Shneider
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9824-git-p4-git-lfs.sh
patch
|
blob
|
history
diff --git
a/t/t9824-git-p4-git-lfs.sh
b/t/t9824-git-p4-git-lfs.sh
index
0b664a3
..
64f8d18
100755
(executable)
--- a/
t/t9824-git-p4-git-lfs.sh
+++ b/
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
# 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 13 "content 6 bin 39 bytes XXXXXYYYYYZZZZZ"
&&
test_file_count_in_dir ".git/lfs/objects" 1 &&
cat >expect <<-\EOF &&