From: Denton Liu Date: Wed, 20 Nov 2019 21:18:33 +0000 (-0800) Subject: t3206: remove spaces after redirect operators X-Git-Tag: v2.25.0-rc0~83^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a6e48e9f7c4ca8b7af1b82c8de1d51eb0348bed;p=thirdparty%2Fgit.git t3206: remove spaces after redirect operators For shell scripts, the usual convention is for there to be no space after redirection operators, (e.g. `>file`, not `> file`). Remove the one instance of this. Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- diff --git a/t/t3206-range-diff.sh b/t/t3206-range-diff.sh index 0579cd9969..87c6c029db 100755 --- a/t/t3206-range-diff.sh +++ b/t/t3206-range-diff.sh @@ -8,7 +8,7 @@ test_description='range-diff tests' # harm than good. We need some real history. test_expect_success 'setup' ' - git fast-import < "$TEST_DIRECTORY"/t3206/history.export && + git fast-import <"$TEST_DIRECTORY"/t3206/history.export && test_oid_cache <<-EOF # topic t1 sha1:4de457d