summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/diff (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete variable REGRESS_TARGET, missing plural S is a typo and itbluhm2017-07-061-16/+12
| | | | | is not used. Convert tests into a common style. OK anton@
* Add regression tests for diff -uw issue reported by guenther@. Ensure thekspillner2014-08-275-3/+24
| | | | | | | | '+' and '-' always appear in the first column of a newline in diff -uw output, even when one file doesn't end with a newline and the other file contains additional lines. ok guenther@
* Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andkrw2013-12-012-19/+10
| | | | | | | | | use TAILQ_*_SAFE more than might be needed. Bulk ports build by sthen@ showed nobody sticking their fingers so deep into the kernel. Feedback and suggestions from millert@. ok jsing@
* revisison -> revisionray2010-07-162-5/+5
|
* typos; ok jmc@martynas2007-11-271-2/+2
| | | | sys/dev/pci/pciide.c from naddy@
* advertising clauses that can be droppedderaadt2007-01-081-5/+1
|
* Revert last commit by request of otto.jsg2006-07-032-2/+10
| | | | Contents of comments are obviously part of the diff tests.
* Remove the advertising clause in the UCB license which Berkeleyjsg2006-07-032-10/+2
| | | | rescinded 22 July 1999.
* Skip t12 for ed(1) style patches, including cleanup.otto2003-08-101-7/+8
| | | | ok millert@
* Allow user to override default version of patch used; otto@ OKmillert2003-07-221-5/+6
|
* Also test ed(1) style patches.otto2003-07-223-5/+38
| | | | ok millert@
* A shell script to run a very large scale diff/patch/cmp regression.otto2003-07-221-0/+130
| | | | | | | | | 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@
* Two new regressions. t12 fails currently.otto2003-07-215-2/+1937
| | | | ok millert@
* A set of regressions to test diff(1).otto2003-07-1721-0/+6482
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@