summaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpio: backport the fix forDenis Vlasenko2008-07-111-25/+41
* grep: make "-f -" work (+ testsuite)Denis Vlasenko2008-06-071-0/+4
* added testsuite for printf by Cristian Ionescu-IdbohrnDenis Vlasenko2008-06-051-0/+27
* testsuite instrumentation fixes by ChristianDenis Vlasenko2008-05-152-19/+16
* cpio.tests: remove useless commandDenis Vlasenko2008-05-061-1/+0
* uniq: support -w. closes bug 3094.Denis Vlasenko2008-05-031-0/+17
* more fixes to testsuite by Cristian and vdaDenis Vlasenko2008-05-022-20/+43
* clarify grep versionDenis Vlasenko2008-05-021-1/+1
* mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko2008-05-021-0/+16
* fix grep test false positiveDenis Vlasenko2008-05-021-1/+3
* testing.sh: bashisms are eradicated.Denis Vlasenko2008-05-021-2/+3
* runtest: the saga continues :(Denis Vlasenko2008-05-021-26/+11
* echo: fix echo -e -n "msg\n\0"Denis Vlasenko2008-04-301-0/+1
* runtest: more cleanupsDenis Vlasenko2008-04-291-12/+22
* tar: add testsuite entriesDenis Vlasenko2008-04-291-0/+259
* date: better version of previous commit; + fix testsuiteDenis Vlasenko2008-04-281-17/+18
* cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko2008-04-271-0/+6
* date: fix date-works test, add date-works-1 one (currently fails)Denis Vlasenko2008-04-272-10/+138
* runtest: fix fallout from mucking with runtest :( [vda's fault]Denis Vlasenko2008-04-271-2/+2
* runtest: even more fixes from CristianDenis Vlasenko2008-04-271-13/+15
* runtest: further fixes from Cristian Ionescu-Idbohrn <cristian.ionescu-idbohr...Denis Vlasenko2008-04-271-10/+14
* runtest: use numeric compare instead of string where appropriateDenis Vlasenko2008-04-261-5/+5
* testsuite/runtest: remove (last) bashismDenis Vlasenko2008-04-251-7/+10
* date: make it accept ISO date format. Fix help text.Denis Vlasenko2008-04-251-1/+44
* partially fix date testsuiteDenis Vlasenko2008-04-244-5/+5
* testsuite: fix du testsuite to not use changing directoriesDenis Vlasenko2008-04-236-6/+6
* testsuite: runtest enhancements by Cristian Ionescu-IdbohrnDenis Vlasenko2008-04-231-6/+15
* testsuite: fixDenis Vlasenko2008-04-231-1/+1
* od: fix testsuiteDenis Vlasenko2008-04-141-2/+2
* od: fix "od -b"Denis Vlasenko2008-04-141-0/+17
* cpio: actually add testsuite entry...Denis Vlasenko2008-04-051-0/+58
* expr: fix comparisons 'a < b' where we were overflowing a-bDenis Vlasenko2008-04-021-0/+16
* mdev: optional support for regex pattern group substitution.Denis Vlasenko2008-03-291-0/+17
* mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytesDenis Vlasenko2008-03-291-1/+35
* mdev: fix a bug where it was not stopping on first matching ruleDenis Vlasenko2008-03-291-3/+16
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-283-2/+10
* mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko2008-03-271-1/+0
* mdev: add testsuite entryDenis Vlasenko2008-03-271-0/+36
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-261-1/+19
* patch: fix vda's thinko: we need to open new_filename.orig, always!Denis Vlasenko2008-03-251-0/+47
* diff: add testsuite entry for itDenis Vlasenko2008-03-241-0/+124
* tail: fix fallout from tail -c optimizationDenis Vlasenko2008-03-232-8/+8
* taskset: fix false failure in testsuiteDenis Vlasenko2008-03-221-2/+2
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-171-1/+1
* sed: n cmd must reset "we had successful subst" flag. closes bug 1214.Denis Vlasenko2008-02-281-0/+6
* add a test case for usage strings to catch people forgetting to add trailing ...Mike Frysinger2008-02-151-0/+14
* sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko2008-02-133-3/+9
* test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuiteDenis Vlasenko2008-02-091-0/+26
* mkfs.minix: add testsuite; disable code which makes images variableDenis Vlasenko2007-12-021-0/+22
* dd: fix a bug where we don't report write errorsDenis Vlasenko2007-12-021-51/+41