]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t3206: remove spaces after redirect operators
authorDenton Liu <liu.denton@gmail.com>
Wed, 20 Nov 2019 21:18:33 +0000 (13:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 00:29:52 +0000 (09:29 +0900)
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 <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3206-range-diff.sh

index 0579cd996976a60db41a7d90d1cd833773f445a3..87c6c029dba0784a226af7fcb7fc88959dd58c6a 100755 (executable)
@@ -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