summaryrefslogtreecommitdiff
path: root/testsuite/sort.tests
Commit message (Expand)AuthorAgeFilesLines
* sort: fix sort -s -u, closes 14871Denys Vlasenko2022-07-291-0/+10
* sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko2022-07-291-0/+11
* sort: support -hDenys Vlasenko2022-01-051-0/+29
* sort: fix -s -r interaction: 'stable' order is not affected by -rDenys Vlasenko2022-01-041-0/+13
* sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2015-10-191-0/+8
* sort: fix key with delimiters breakageDenys Vlasenko2015-10-191-0/+36
* sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2015-09-191-0/+8
* sort: check global flags on fallback sortBartosz Golaszewski2014-01-191-3/+0
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* randomtest fixesDenys Vlasenko2010-05-111-1/+1
* sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko2009-12-131-0/+13
* tests: fix POSIX shell source styleMike Frysinger2009-11-041-2/+2
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-4/+3
* sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko2008-02-131-0/+6
* sort: fix multiple -k (was ignoring all except last)Denis Vlasenko2007-02-171-0/+10
* diff: small optimizations; do not try to diff non-seekable streamDenis Vlasenko2007-01-071-11/+31
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess'sRob Landley2006-06-151-1/+15
* Redo test suite to be able to test more than one command at a time. EliminateRob Landley2006-03-161-10/+9
* Fix the test suite so that individual *.tests files can be run alaRob Landley2005-11-071-4/+2
* - introduce variable _BB_CONFIG_DEP to the new test harness.Bernhard Reutner-Fischer2005-09-231-0/+3
* Working on a new test harness. Moved the sort tests into it.Rob Landley2005-09-021-0/+69