aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
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
2010-07-05randomconfig fixesDenys Vlasenko
2010-06-18cpio.tests: mention suid bits too, not only sgidDenys Vlasenko
2010-06-18data_extract_all: do not chmod symlink. Closes 2053Denys Vlasenko
2010-06-13xargs: fix accounting of -sNUMDenys Vlasenko
2010-06-13xargs: code shrink -15 bytesDenys Vlasenko
2010-06-04sed: fix a case when one-line range matches past lines. Closes bug 1867.Denys Vlasenko
2010-05-12randomtest fixesDenys Vlasenko
2010-05-12sed: fix a command with multible trailing backslashesDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-10more randomconfig testsuite fixesDenys Vlasenko
2010-05-10randomconfig testsuite fixesDenys Vlasenko
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko
2010-04-30grep: fix -FiIan Wienand
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich
2010-04-26cpio: "NNN blocks" should go to stderrMatheus Izvekov
2010-04-20sed: fix nested {} caseDenys Vlasenko