t7800: remove whitespace before redirect

Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

David Aguilar committed Mar 14, 2017 at 23:54 UTC 8d8061d642f5c6b1b9183ffaa041d0d013ff4be3
1 file changed +1 -1
t/t7800-difftool.sh
+1 -1
@@ -428,7 +428,7 @@ run_dir_diff_test 'difftool --dir-diff branch from subdirectory' '
428 git difftool --dir-diff $symlinks --extcmd ls branch >output &&
429 # "sub" must only exist in "right"
430 # "file" and "file2" must be listed in both "left" and "right"
431 - grep sub output > sub-output &&
431 + grep sub output >sub-output &&
432 test_line_count = 1 sub-output &&
433 grep file"$" output >file-output &&
434 test_line_count = 2 file-output &&