aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-07-08Work around a posix violation in the croups filesystem that LTP requires.Rob Landley
2021-07-05Add split -n test, handle more than one leftover byte, clarify help text.Rob Landley
2021-07-04Teach tail -F to work on file that doesn't initially exist (neededRob Landley
2021-06-22Add support for -d $'\n' (cut by line!) and posix -nb (wraps to start of -c)Rob Landley
2021-06-02Add tests for other sha2 variants.Rob Landley
2021-06-01Merge sha1sum and sha256sum tests.Rob Landley
2021-06-01Add sha256sum tests.Rob Landley
2021-05-28Teach xparsedate() to handle more whitespace.Rob Landley
2021-05-26Add find -quitRob Landley
2021-04-30Make && and || work on function calls.Rob Landley
2021-04-26Bugfix: sed s command couldn't skip initial match.Rob Landley
2021-04-23cpio: Don't lchown() if -t is specifiedYi-Yo Chiang via Toybox
2021-04-20Test doesn't need the < /dev/null and input being a pipe doesn't makeRob Landley
2021-04-17Teach cpio to skip runs of NUL bytes between records.Rob Landley
2021-04-16cpio: continue past TRAILER!!! (like kernel does) but error on empty archive.Rob Landley
2021-04-07Add cp -uRob Landley
2021-03-24Fix install -tEthan Sommer
2021-03-20Nir Lichtman pointed out that rm -p shouldn't try to rmdir / at the end.Rob Landley
2021-03-19Fix some more sh regressions.Rob Landley
2021-03-17Add local variables and basic function() support plumbing.Rob Landley
2021-03-16Add more shell tests, and teach txpect to do regex matches (RO and RE).Rob Landley
2021-03-15chmod: fix +X.Elliott Hughes
2021-03-09tar: fix base-256 output.Elliott Hughes
2021-03-05Some more shell tests.Rob Landley
2021-03-01Yi-yo Chiang wants cpio -u implemented, and sent some tests.Rob Landley
2021-02-28Tar should remove empty directories where it wants to put a non-directory.Rob Landley
2021-02-21Teach -o to print ranges that produce zero length matches.Rob Landley
2021-02-19Fix cp -t with one argument and make --parents work with -t.Rob Landley
2021-02-15Fix mount.test command string quotingYo Chiang
2021-02-13Minor cleanup.Rob Landley
2021-02-08Yi-Yo Chiang reported that readlink() failures could corrupt archiveRob Landley
2021-02-08Yi-Yo Chiang pointed out install -D was broken when the target file exists.Rob Landley
2021-02-06netcat.test: reduce flake.Elliott Hughes
2021-02-01rm: Add testcase for "rm -f <readonly_filesystem>/missing_file"Yi-Yo Chiang
2021-01-26Fix bug pointed out by asm89 and add test.Rob Landley
2021-01-23Fix grep bug where -f /dev/null added "" regex matching everything,Rob Landley
2021-01-14A few more shell tests.Rob Landley
2021-01-08chmod.test: fix the tests to work on mksh as well as bash.Elliott Hughes
2021-01-07new toy: base32Moritz Röhrich
2021-01-01Fix comma regression reported by Denys Nykula.Rob Landley
2020-12-25toysh fixes and testsRob Landley
2020-12-18Add seq INT_MIN test.Rob Landley
2020-12-18Elliott said that chmod 000 debris was confusing host rm -rf, and macosRob Landley
2020-12-14Add test for FEXTRA flag on gunzipPuck Meerburg
2020-12-12Speed up seq: use toybuf for block writes and add an integer fast path.Rob Landley
2020-12-07sed: add 'x' flag to the 's' command.Elliott Hughes
2020-12-06unicode: new toy.Elliott Hughes
2020-12-06id.test: hacks to pass on Raspberry Pi OS.Elliott Hughes
2020-12-05Fix find empty argument handling and add test.Rob Landley
2020-12-05tr: fix pathological flushing.Elliott Hughes