aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2011-09-17tail: fix -c +N. Closes 4111Denys Vlasenko
2011-09-11awk: fix a SEGVDenys Vlasenko
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen
2011-08-22patch: make it able to create files (again)Rob Landley
2011-08-18uncompress: fix buffer underrun by corrupted inputDenys Vlasenko
2011-08-16patch: add a test we currently failDenys Vlasenko
2011-08-16sed: fix range handling for sed -i. Closes 4069Denys Vlasenko
2011-08-11testsuite: fixes after randomconfig runDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-06-18fix false positive in parse testDenys Vlasenko
2011-05-21od: code shrink, fix "od --traditional FILE"Denys Vlasenko
2011-05-03sed: support \r in s commandDenys Vlasenko
2011-03-14mount: add a test for bind+rsharedDenys Vlasenko
2011-03-12ls: fix handling of symlinks by option -1Denys Vlasenko
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko
2011-03-01tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko
2011-02-14echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko
2011-02-06typo fixDenys Vlasenko
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko
2010-12-31date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev
2010-11-28add a test for patch which we currently failDenys Vlasenko
2010-11-22fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko
2010-11-21patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko
2010-10-18cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard
2010-10-16shaN: small code shrinkDenys Vlasenko
2010-10-16testsuite: add tests for {ms5,shaN}sumDenys Vlasenko
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko
2010-09-12Fixed a couple of failing tar testsDan Fandrich
2010-09-05tar: add a test for extraction of read-only directoryDan Fandrich
2010-09-03fix false positive in testsuite/tar.testsDenys Vlasenko
2010-09-03Fix some test casesDan Fandrich
2010-08-29testsuite: show the number of failures after a test runDan Fandrich
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16sed: make N command behave as in GNU sedDenys Vlasenko
2010-08-16mdev: fix non-working device deletion, add a test for thatDenys Vlasenko
2010-08-16patch: uncomment the test which we actually do pass nowDenys Vlasenko
2010-08-16patch: add -N and a test for it (fails for now)Denys Vlasenko
2010-08-13patch: replace it with toybox's implementationRob Landley
2010-08-11Improved portability of testsDan Fandrich
2010-08-01sed.tests: make last test less confusingDenys Vlasenko
2010-08-01sed: fix sed -i: unlike without -i, it does not forget rangesDenys Vlasenko
2010-07-29testsuite: typo in tr.testsLeonid Lisovskiy
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-07-09diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov
2010-07-06[un]expand: fix testsuiteDenys Vlasenko