Skip to content

Commit 3a6e48e

Browse files
Denton-Lgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 26d9485 commit 3a6e48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3206-range-diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ test_description='range-diff tests'
88
# harm than good. We need some real history.
99

1010
test_expect_success 'setup' '
11-
git fast-import < "$TEST_DIRECTORY"/t3206/history.export &&
11+
git fast-import <"$TEST_DIRECTORY"/t3206/history.export &&
1212
test_oid_cache <<-EOF
1313
# topic
1414
t1 sha1:4de457d

0 commit comments

Comments
 (0)