From: SZEDER Gábor Date: Sun, 24 Apr 2016 11:50:21 +0000 (+0200) Subject: t9824: fix broken &&-chain in a subshell X-Git-Tag: v2.8.3~15^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0492eb48c4415b662e40d3af0592290a2fdba64e;p=thirdparty%2Fgit.git t9824: fix broken &&-chain in a subshell Signed-off-by: SZEDER Gábor Acked-by: Lars Shneider Signed-off-by: Junio C Hamano --- diff --git a/t/t9824-git-p4-git-lfs.sh b/t/t9824-git-p4-git-lfs.sh index 0b664a377c..64f8d18216 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 &&