diff options
author | 2020-04-22 13:42:42 -0700 | |
---|---|---|
committer | 2020-04-22 13:42:42 -0700 | |
commit | 1aef1360aea83a67f19b111d60879a6c53c7e31f (patch) | |
tree | 3690b4b2aa76c9044857557379fddc4f3a162e3d /t/t5537-fetch-shallow.sh | |
parent | Sync with 2.26.2 (diff) | |
parent | t: fix whitespace around && (diff) | |
download | tgif-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-x | t/t5537-fetch-shallow.sh | 2 |
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 |