aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sort.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | (currently we don't support that) sort: fixes. testsuites fixed: sort with non-default leading delim 1 sort with non-default leading delim 2 sort key doesn't strip leading blanks, disables fallback global sort
* 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
| | | | | test case to the testsuite, plus another one that would have been broken by the first attempt at a fix.
* Redo test suite to be able to test more than one command at a time. EliminateRob Landley2006-03-161-10/+9
| | | | | | | $COMMAND environment variable, instead put full command line (including command to run) in second argument. Modify $PATH to have test versions of commands at start of path. (Also more infrastructure for testing as root, work in progress...)
* Fix the test suite so that individual *.tests files can be run alaRob Landley2005-11-071-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | COMMAND=sort ./sort.tests So we can compare against non-busybox versions, and possibly our testsuite will be useful to somebody like the Linux Test Project someday. Redid testing.sh to add new command, "optional", to skip tests that require certain features. (use: `optional FEATURE_SORT_BIG`, or `optional ""` to stop skipping.) Note that optional is a NOP if the environment variable "OPTIONFLAGS" is blank, so although we're marking up the tests with busybox specific knowledge, it doesn't interfere with running the tests without busybox. Moved setting the "OPTIONFLAGS" environment variable to runtest. Philosophy: busybox-specific stuff belongs in runtest; both testing.sh and the tests themselves should be as busybox-agnostic as possible. Moved detecting that a command isn't in busybox at all (hence skipping the entire command.tests file) to runtests. Rationale: optional can't currently test for more than one feature at a time, so if we clear anything with optional "" we might perform tests we don't want to. Marked up busybox.tests to know which tests need CAT enabled. Fixed up other tests to be happy with new notation. I suspect egrep should be appended to grep. It's a sub-feature, really...
* - introduce variable _BB_CONFIG_DEP to the new test harness.Bernhard Reutner-Fischer2005-09-231-0/+3
| | | | | | | | This is used to see if given tests should be run (are available) or not. Print "UNTESTED: descr" if the applet or feature is not available. - add _BB_CONFIG_DEP to existing new.tests - move old grep test to new test infrastructure and add a few more test for grep.
* Working on a new test harness. Moved the sort tests into it.Rob Landley2005-09-021-0/+69