aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-01-31More testsuite tweaks.Rob Landley
2016-01-31chmod.test had umask assumptions which broke, so set explicit umask.Rob Landley
2016-01-31Fix broken test in cat.test.Rob Landley
2016-01-31Fix blkid typo (label wasn't detected in murderfs).Rob Landley
2016-01-31Tweak to "find" tests.Rob Landley
2016-01-30Add grep -B -CRob Landley
2016-01-30Add grep -ARob Landley
2016-01-21Add a sed test from the posix mailing list.Rob Landley
2016-01-15More utf8 test files.Rob Landley
2016-01-15Fix sort -f, add tests, make TEST_HOST pass new tests.Rob Landley
2016-01-05Some utf8/unicode stress test files.Rob Landley
2015-12-06Enable matching any perm bits.Gilad Arnold
2015-12-04Tom Marshall reported that blkid was handling ext2 wrong.Rob Landley
2015-12-04Replace duplicate sed test with case we hadn't covered yet.Rob Landley
2015-11-19Fix find -perm.Elliott Hughes
2015-11-12Fix year parsing in date(1).Elliott Hughes
2015-11-05Fix sed bug where any ] right after [ was skipped, not just first one in range.Rob Landley
2015-11-01Change grep -w to checking matches after the fact rather than modifing regex.Rob Landley
2015-10-29Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" addedRob Landley
2015-09-14Add find tests.Daniel K. Levy
2015-09-12Fix a find segfault.Rob Landley
2015-09-06Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes,Rob Landley
2015-09-05Add seq -f tests, tweak help text, and catch one more error case.Rob Landley
2015-09-03Make human_readable() handle base 1024 units without floating point.Rob Landley
2015-08-30Fix mv on overwrite.Elliott Hughes
2015-08-11Fix more date bugs.Elliott Hughes
2015-08-08Reject invalid dates in date(1).Elliott Hughes
2015-07-04Actually set time with touch -d and -t when you don't specify nanonseconds.Rob Landley
2015-07-02The android guys sent in xxd. It doesn't share code with od and hexdump. Hmmm...Rob Landley
2015-07-01Fix segfault with "mount -o ro,remount".Elliott Hughes
2015-05-12Set the executable bits on all the *.test files. (Wasn't consistent, is now.)Rob Landley
2015-04-28Fix truncate prefix bug and add truncate test suite entry.Rob Landley
2015-03-29Add head test for -123.Rob Landley
2015-03-28Fix sed bug David Halls hit trying to compile libiconv.Rob Landley
2015-03-28Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.Rob Landley
2015-03-01fix copy/paste-o in useradd.testElliott Hughes
2015-02-18Separate 'userdel' from testing syntax.Yeongdeok Suh
2015-01-14i found a few problems while manually smoke testing toybox chown versus toolb...Elliott Hughes
2015-01-11One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.)Rob Landley
2015-01-10More half-finished cleanup of printf.c, and more test suite entries.Rob Landley
2015-01-06Since "printf" is a shell builtin, printf.test wasn't actually testing anything.Rob Landley
2015-01-06More printf cleanup, and test suite entries.Rob Landley
2014-12-24Teach factor to accept whitespace separated arguments (reported by Robert Tho...Rob Landley
2014-12-21Another sed bug. (The e2fsprogs build uses multiple line continuations on the...Rob Landley
2014-12-14Make sed a\ line continuations work properly for different pattern input modes.Rob Landley
2014-12-01Ashwini Sharma pointed out that "mkdir sub; ln -s . sub/up; du -L sub" should...Rob Landley
2014-12-01Refactor expr and add another test entry that works with TEST_HOST=1 but not ...Rob Landley
2014-11-30Tests for operator priority groupings.Rob Landley
2014-11-27sed: c needs to trigger range logic like d, D works like d when there isn't a...Rob Landley
2014-11-27New ifconfig tests from Cynt Rynt.Rob Landley