diff options
| -rwxr-xr-x | t/t3206-range-diff.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t3206-range-diff.sh b/t/t3206-range-diff.sh index 88ebed1dfa..d481f29259 100755 --- a/t/t3206-range-diff.sh +++ b/t/t3206-range-diff.sh @@ -193,4 +193,9 @@ do ' done +test_expect_success 'format-patch --range-diff as commentary' ' + git format-patch --stdout --range-diff=HEAD~1 HEAD~1 >actual && + test_i18ngrep "^Range-diff:$" actual +' + test_done |
