diff options
Diffstat (limited to 'contrib/libdiff/test/README')
-rw-r--r-- | contrib/libdiff/test/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libdiff/test/README b/contrib/libdiff/test/README new file mode 100644 index 000000000000..60764f106146 --- /dev/null +++ b/contrib/libdiff/test/README @@ -0,0 +1,7 @@ +The test produces a diff, which is successful if it is able to reconstruct the +original source files from it. It is not tested whether diff output is optimal +or beautiful. + +Since different diff algorithms can produce different diff outputs, the +expect*.diff files are merely provided for reference and are not part of the +tests. |