X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4038-diff-combined.sh;h=40277c77aad5f2d9533e6822da3380bb49621e59;hb=a0b6a9d2b2b0667bc170c864a05b3ec4635a71bb;hp=2cf7e01ac2c42216dc935d2d2d9dd23b7ae62c4f;hpb=4096958aab6f83302dd00f19d2bd500ae75e8c29;p=git.git diff --git a/t/t4038-diff-combined.sh b/t/t4038-diff-combined.sh index 2cf7e01ac..40277c77a 100755 --- a/t/t4038-diff-combined.sh +++ b/t/t4038-diff-combined.sh @@ -76,9 +76,17 @@ test_expect_success 'check combined output (1)' ' verify_helper sidewithone ' -test_expect_failure 'check combined output (2)' ' +test_expect_success 'check combined output (2)' ' git show sidesansone -- >sidesansone && 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