We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce515f commit 8d8061dCopy full SHA for 8d8061d
t/t7800-difftool.sh
@@ -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 &&
+ 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 &&
0 commit comments