Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
raw
|
patch
| inline |
side by side
(parent:
b47d807
)
diff --git
a/t/t9824-git-p4-git-lfs.sh
b/t/t9824-git-p4-git-lfs.sh
index 0b664a377c453d56ada45153b587a1422c837ecc..64f8d18216d4986364a91214ec3ff661b56f16cc 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 &&