diff options
Diffstat (limited to 't/t4018-diff-funcname.sh')
-rwxr-xr-x | t/t4018-diff-funcname.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/t4018-diff-funcname.sh b/t/t4018-diff-funcname.sh index 22f9f88f0a..9d07797579 100755 --- a/t/t4018-diff-funcname.sh +++ b/t/t4018-diff-funcname.sh @@ -31,11 +31,14 @@ diffpatterns=" cpp csharp css + dts + elixir fortran fountain golang html java + markdown matlab objc pascal @@ -43,6 +46,7 @@ diffpatterns=" php python ruby + rust tex custom1 custom2 @@ -103,7 +107,6 @@ do result=success fi test_expect_$result "hunk header: $i" " - test_when_finished 'cat actual' && # for debugging only git diff -U1 $i >actual && grep '@@ .* @@.*RIGHT' actual " |