summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/diff/t9.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andkrw2013-12-011-17/+8
| | | | | | | | | 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@
* A set of regressions to test diff(1).otto2003-07-171-0/+3225
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@