t9000-t9999: fix broken &&-chains

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Eric Sunshine
2018-07-01 20:24:04 -04:00
committed by Junio C Hamano
parent e974e06de0
commit cff4243db9
26 changed files with 51 additions and 51 deletions

View File

@ -31,7 +31,7 @@ test_expect_success \
(
cd import &&
echo foo >foo &&
ln -s foo foo.link
ln -s foo foo.link &&
mkdir -p dir/a/b/c/d/e &&
echo "deep dir" >dir/a/b/c/d/e/file &&
mkdir bar &&