diff options
Diffstat (limited to 't/t4018-diff-funcname.sh')
-rwxr-xr-x | t/t4018-diff-funcname.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/t/t4018-diff-funcname.sh b/t/t4018-diff-funcname.sh index 22f9f88f0a..9675bc17db 100755 --- a/t/t4018-diff-funcname.sh +++ b/t/t4018-diff-funcname.sh @@ -27,15 +27,19 @@ test_expect_success 'setup' ' diffpatterns=" ada + bash bibtex cpp csharp css + dts + elixir fortran fountain golang html java + markdown matlab objc pascal @@ -43,6 +47,7 @@ diffpatterns=" php python ruby + rust tex custom1 custom2 @@ -103,7 +108,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 " |