X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4038-diff-combined.sh;h=40277c77aad5f2d9533e6822da3380bb49621e59;hb=a0b6a9d2b2b0667bc170c864a05b3ec4635a71bb;hp=7584efa36b06effd9005b8ebcc6afecec07e424b;hpb=4ac23f375f144d06d66d04a5e5323388d6f53251;p=git.git diff --git a/t/t4038-diff-combined.sh b/t/t4038-diff-combined.sh index 7584efa36..40277c77a 100755 --- a/t/t4038-diff-combined.sh +++ b/t/t4038-diff-combined.sh @@ -81,4 +81,12 @@ test_expect_success 'check combined output (2)' ' verify_helper sidesansone ' +test_expect_success 'diagnose truncated file' ' + >file && + git add file && + git commit --amend -C HEAD && + git show >out && + grep "diff --cc file" out +' + test_done