aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2018-10-19printf: fix printing +-prefixed numbersBernhard Reutner-Fischer
2018-09-22head: convert existing tests to new-styleThomas De Schampheleire
2018-09-22head: add test case for negative -n invocationThomas De Schampheleire
2018-07-03hexdump: fix short file of zero butes treated as dupDenys Vlasenko
2018-06-28testsuite/mount.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/pidof.tests: fix false positive take 2Denys Vlasenko
2018-06-27testsuite/tar.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/pidof.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/bzcat.tests: fix false positive take 2Denys Vlasenko
2018-06-27testsuite/unexpand/unexpand-works-like-GNU: fix false positiveDenys Vlasenko
2018-06-27testsuite/bzcat.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/tar.tests: fix false positiveDenys Vlasenko
2018-06-27testsuite/cat.tests: fix false positiveDenys Vlasenko
2018-05-25unlzma: close another SEGV possibilityDenys Vlasenko
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk
2018-04-29cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko
2018-04-23awk: do not allow $(-1)Denys Vlasenko
2018-04-19unlzma: fix another SEGV caseDenys Vlasenko
2018-04-09testsuite: allow tests to work in paths containing spacesRon Yorston
2018-04-08unlzma: fix segfault on bad archiveDenys Vlasenko
2018-04-08bzip2: fix two crashes on corrupted archivesDenys Vlasenko
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko
2018-02-12testsuite: update busybox and bzcat testsRon Yorston
2018-01-07awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko
2017-08-23sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko
2017-08-10libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko
2017-08-05sysctl: fix file parsing, do not require -w for VAR=VALDenys Vlasenko
2017-07-24tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko
2017-07-19od_bloaty: fix floating point outputRon Yorston
2017-07-03msh: delete this appletDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-04-09factor: new appletDenys Vlasenko
2017-03-23paste: new appletMaxime Coste
2017-01-24remove "local" bashism from a few scriptsDenys Vlasenko
2017-01-15cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko
2017-01-10shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko
2017-01-08unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko
2017-01-05unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-11-25find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko
2016-11-24patch: fix matching failureAaro Koskinen
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko
2016-11-11tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko
2016-11-04cpio: add ownership (-R) test casesAaro Koskinen
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley
2016-09-01sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko