X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft4000-diff-format.sh;h=beb6d8f4877c157bdf9e3efa2c914e74da863cd5;hb=650e4be59b9f385f56e5829d97d09e8440f174b8;hp=f3b6330a9b4af0e68d9e402ab7d82e600c939ccc;hpb=348c4c66dacb1810a9bcd592e72f98a465233488;p=git.git diff --git a/t/t4000-diff-format.sh b/t/t4000-diff-format.sh index f3b6330a..beb6d8f4 100755 --- a/t/t4000-diff-format.sh +++ b/t/t4000-diff-format.sh @@ -7,6 +7,7 @@ test_description='Test built-in diff output engine. ' . ./test-lib.sh +. ../diff-lib.sh echo >path0 'Line 1 Line 2 @@ -48,6 +49,6 @@ EOF test_expect_success \ 'validate git-diff-files -p output.' \ - 'cmp -s current expected' + 'compare_diff_patch current expected' test_done