summaryrefslogtreecommitdiff
path: root/t/t9824-git-p4-git-lfs.sh
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2016-04-24 11:50:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-04-24 19:36:19 (GMT)
commit0492eb48c4415b662e40d3af0592290a2fdba64e (patch)
treebdddd54ac9fa2a1a463240b2c3d2b4b31117bc23 /t/t9824-git-p4-git-lfs.sh
parentb47d807d20374d8dc929ba4c0ca3bd7e8a4ce1f7 (diff)
downloadgit-0492eb48c4415b662e40d3af0592290a2fdba64e.zip
git-0492eb48c4415b662e40d3af0592290a2fdba64e.tar.gz
git-0492eb48c4415b662e40d3af0592290a2fdba64e.tar.bz2
t9824: fix broken &&-chain in a subshell
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Acked-by: Lars Shneider Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9824-git-p4-git-lfs.sh')
-rwxr-xr-xt/t9824-git-p4-git-lfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9824-git-p4-git-lfs.sh b/t/t9824-git-p4-git-lfs.sh
index 0b664a3..64f8d18 100755
--- 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 &&