X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft4000-diff-format.sh;h=f3b6330a9b4af0e68d9e402ab7d82e600c939ccc;hb=039c6f162a63e9d91f360e2e6138e21a4015c543;hp=91015d76fc5b63e0ffa68eb121bb514aa9a74f8f;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/t/t4000-diff-format.sh b/t/t4000-diff-format.sh index 91015d76..f3b6330a 100755 --- a/t/t4000-diff-format.sh +++ b/t/t4000-diff-format.sh @@ -50,13 +50,4 @@ test_expect_success \ 'validate git-diff-files -p output.' \ 'cmp -s current expected' -test_expect_success \ - 'build same diff using git-diff-helper.' \ - 'git-diff-files -z | git-diff-helper -z >current' - - -test_expect_success \ - 'validate git-diff-helper output.' \ - 'cmp -s current expected' - test_done