aboutsummaryrefslogtreecommitdiff
path: root/tools/test/sort
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove apparently unused 0-byte files that cause grief on WindowsEd Maste2018-11-038-0/+0
| | | | | | | | | | | | | | | r235274 added a sort regression test (it operates by comparing output against GNU sort). The commit included a number of 0-byte files, one of which ends in a trailing . which reportedly breaks svn/git checkouts on Windows. It appears these were added accidentally, so just remove them. PR: 232479 MFC after: 1 month Notes: svn path=/head/; revision=340095
* - Add regression tests for BSD sortGabor Kovesdan2012-05-11449-0/+2661
Notes: svn path=/head/; revision=235274