summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete variable REGRESS_TARGET, missing plural S is a typo and itbluhm2017-07-061-18/+15
| | | | | is not used. Convert tests into a common style. OK anton@
* add a test for the git diffs, suggested by tomtedu2017-05-264-3/+20
|
* disable t3, it is known to failotto2016-09-021-2/+4
|
* Properly handle ed-files which fully replace input file content. Thistobias2016-02-224-3/+22
| | | | | | | | misbehaviour is triggered with 'c' and 'i' commands on empty buffers. Spotted and fixed by Martin Natano <natano at natano dot net>. ok millert@
* Test t16 for ed-formatted diffs does not contain a substitution.tobias2015-10-134-2/+12
| | | | Add a minimalistic check in t17.
* Also cover other diff formats besides unified ones.tobias2014-11-2510-3/+89
| | | | ok otto
* mention t3 failsotto2008-08-201-2/+2
|
* Some more regressions, mostly involving no eol at end of file. t4otto2004-06-2025-5/+110
| | | | and t13 currenlty fail, but this will be fixed real soon now.
* Correct test case 3 now that patch(1) is a bit smarter about empty files.otto2004-06-142-4/+8
|
* add t5 to the clean targetdavid2003-09-021-2/+2
| | | | ok deraadt@
* New regression case and some minor Makefile cleanup.otto2003-08-103-5/+23
| | | | ok millert@
* Two new regressions concerning detection of already applied patches.otto2003-08-077-4/+34
| | | | ok millert@
* A set of regressions for patch(1). Currently it consists of twootto2003-07-227-0/+1032
cases dealing with invalid line numbers in the patch files. ok millert@