aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2020-12-04chmod: support complex modes.Elliott Hughes
2020-11-25Luke Frankart pointed out a typo (0x111 should be 0111). Fix and updateRob Landley
2020-11-25Fix help text to explain why o+s isn't +t, add test +s not setting +t.Rob Landley
2020-11-15date: add --iso and the %:z output format.Elliott Hughes
2020-10-19More tests, and a workaround to pass one of them.Rob Landley
2020-10-15chattr.test: don't fail on f2fs with compression enabled.Elliott Hughes
2020-10-13Fix up ${x%y} ${x^y} ${x,y} and add tests.Rob Landley
2020-10-11toysh: more variable/wildcard plumbing and tests.Rob Landley
2020-10-06The non-recursive dirtree_path wasn't stripping a trailing / from initial path.Rob Landley