From 64d1022e14cafa211f84aab9e1a9f7aab8164855 Mon Sep 17 00:00:00 2001 From: Andrei Rybak Date: Sun, 22 Mar 2020 22:14:22 +0100 Subject: t: fix whitespace around && Add missing spaces before '&&' and switch tabs around '&&' to spaces. Also fix the space after redirection operator in t3701 while we're here. These issues were found using `git grep '[^ ]&&$'` and `git grep -P '&&\t' t/`. Signed-off-by: Andrei Rybak Signed-off-by: Junio C Hamano --- t/t5537-fetch-shallow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t5537-fetch-shallow.sh') 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 <expect.refs && refs/remotes/shallow/no-shallow -- cgit v1.2.3