Age | Commit message (Collapse) | Author |
|
Contents of comments are obviously part of the diff tests.
|
|
rescinded 22 July 1999.
|
|
ok millert@
|
|
|
|
ok millert@
|
|
The script recursively walks though a checked out cvs dir and
retrieves all revisions from each file. All pairs of these revisions
are diffed against each other, and the resulting patches are checked
using patch(1) and cmp(1). Based on an idea from deraadt@.
ok millert@ deraadt@
|
|
ok millert@
|
|
Currently standard, context and unified diffs are tested by diffing
two files and then applying the patch on a copy of the first file
using patch(1). Next, the result is compared with the original
first file using cmp(1).
ok millert@ tedu@
|