aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed/tests
Commit message (Expand)AuthorAgeFilesLines
* sed: fix hex_subst test after after r363679Kyle Evans2020-07-301-5/+3
* sed: treat '[' as ordinary character in 'y' commandYuri Pankov2020-07-261-0/+17
* sed/multi_test: print comment for current test, not next oneYuri Pankov2020-07-131-2/+3
* Remove some more duplicate test cases I accidentally committedMateusz Piotrowski2020-06-111-36/+0
* Remove duplicate lines from sed testsMateusz Piotrowski2020-06-111-2/+0
* Read commands from stdin when -f - is passed to sed(1)Mateusz Piotrowski2020-06-101-0/+57
* sed: attempt to learn about hex escapes (e.g. \x27)Kyle Evans2020-06-071-0/+29
* sed: process \r, \n, and \tKyle Evans2019-12-102-2/+21
* usr.bin/sed/tests: fix one of the regression test cases by adding itsYuri Pankov2018-10-311-0/+1
* sed: Fix -i option behavior with 'q' command.Mark Johnston2018-08-291-0/+18
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Don't expect :inplace_symlink_src to fail anymore (post-r313277)Enji Cooper2017-02-071-2/+0
* Add testcases for -i with hardlinks and symlinksEnji Cooper2017-01-202-0/+62
* Integrate contrib/netbsd-tests/usr.bin/sed/t_sed.sh into the FreeBSD testEnji Cooper2017-01-201-0/+5
* Testcase 7.8 no longer needs to be marked TODOEnji Cooper2016-07-271-1/+0
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-042-160/+155
* MFHGlen Barber2016-03-102-0/+22
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-092-0/+22
* | First pass to fix the 'tests' packages.Glen Barber2016-02-022-0/+7
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add a regression test for PR 192108.Jeremie Le Hen2015-01-102-1/+5
* sed(1): Don't force a newline on last line, if input stream doesn't have oneJean-Sébastien Pédron2014-08-081-1/+1
* Mark multi_test as requiring /usr/share/dict/words.Julio Merino2014-03-191-0/+1
* Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-16159-0/+5737