Skip to content

Commit 8d8061d

Browse files
davvidgitster
authored andcommitted
t7800: remove whitespace before redirect
Signed-off-by: David Aguilar <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1ce515f commit 8d8061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7800-difftool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ run_dir_diff_test 'difftool --dir-diff branch from subdirectory' '
428428
git difftool --dir-diff $symlinks --extcmd ls branch >output &&
429429
# "sub" must only exist in "right"
430430
# "file" and "file2" must be listed in both "left" and "right"
431-
grep sub output > sub-output &&
431+
grep sub output >sub-output &&
432432
test_line_count = 1 sub-output &&
433433
grep file"$" output >file-output &&
434434
test_line_count = 2 file-output &&

0 commit comments

Comments
 (0)