summaryrefslogtreecommitdiff
path: root/t/t5537-fetch-shallow.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-04-22 13:42:42 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-22 13:42:42 -0700
commit1aef1360aea83a67f19b111d60879a6c53c7e31f (patch)
tree3690b4b2aa76c9044857557379fddc4f3a162e3d /t/t5537-fetch-shallow.sh
parentSync with 2.26.2 (diff)
parentt: fix whitespace around && (diff)
downloadtgif-1aef1360aea83a67f19b111d60879a6c53c7e31f.tar.xz
Merge branch 'ar/test-style-fixes'
Style fixes. * ar/test-style-fixes: t: fix whitespace around && t9500: remove spaces after redirect operators
Diffstat (limited to 't/t5537-fetch-shallow.sh')
-rwxr-xr-xt/t5537-fetch-shallow.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5537-fetch-shallow.sh b/t/t5537-fetch-shallow.sh
index 4f681dbbe1..b57209c84f 100755
--- a/t/t5537-fetch-shallow.sh
+++ b/t/t5537-fetch-shallow.sh
@@ -131,7 +131,7 @@ test_expect_success 'fetch that requires changes in .git/shallow is filtered' '
git init notshallow &&
(
cd notshallow &&
- git fetch ../shallow/.git refs/heads/*:refs/remotes/shallow/*&&
+ git fetch ../shallow/.git refs/heads/*:refs/remotes/shallow/* &&
git for-each-ref --format="%(refname)" >actual.refs &&
cat <<EOF >expect.refs &&
refs/remotes/shallow/no-shallow