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>

SZEDER Gábor committed Apr 24, 2016 at 13:50 UTC 0492eb48c4415b662e40d3af0592290a2fdba64e
1 file changed +1 -1
t/t9824-git-p4-git-lfs.sh
+1 -1
@@ -265,7 +265,7 @@ test_expect_success 'Add big files to repo and store files in LFS based on compr
265 # We only import HEAD here ("@all" is missing!)
266 git p4 clone --destination="$git" //depot &&
267
268 - test_file_in_lfs file6.bin 13 "content 6 bin 39 bytes XXXXXYYYYYZZZZZ"
268 + test_file_in_lfs file6.bin 13 "content 6 bin 39 bytes XXXXXYYYYYZZZZZ" &&
269 test_file_count_in_dir ".git/lfs/objects" 1 &&
270
271 cat >expect <<-\EOF &&