summaryrefslogtreecommitdiff
path: root/regress/usr.bin/diff
AgeCommit message (Collapse)Author
2006-07-03Revert last commit by request of otto.Jonathan Gray
Contents of comments are obviously part of the diff tests.
2006-07-03Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
rescinded 22 July 1999.
2003-08-10Skip t12 for ed(1) style patches, including cleanup.Otto Moerbeek
ok millert@
2003-07-22Allow user to override default version of patch used; otto@ OKTodd C. Miller
2003-07-22Also test ed(1) style patches.Otto Moerbeek
ok millert@
2003-07-22A shell script to run a very large scale diff/patch/cmp regression.Otto Moerbeek
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@
2003-07-21Two new regressions. t12 fails currently.Otto Moerbeek
ok millert@
2003-07-17A set of regressions to test diff(1).Otto Moerbeek
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@