summaryrefslogtreecommitdiff
path: root/t/t3206-range-diff.sh
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2019-11-20 21:18:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-21 00:29:52 (GMT)
commit3a6e48e9f7c4ca8b7af1b82c8de1d51eb0348bed (patch)
tree2a088b90cd812fda9941eaf4eb648c858b21cc59 /t/t3206-range-diff.sh
parent26d94853f083425872a27d525556cf8bcdfe67ba (diff)
downloadgit-3a6e48e9f7c4ca8b7af1b82c8de1d51eb0348bed.zip
git-3a6e48e9f7c4ca8b7af1b82c8de1d51eb0348bed.tar.gz
git-3a6e48e9f7c4ca8b7af1b82c8de1d51eb0348bed.tar.bz2
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 <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3206-range-diff.sh')
-rwxr-xr-xt/t3206-range-diff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3206-range-diff.sh b/t/t3206-range-diff.sh
index 0579cd9..87c6c02 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