aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-03-31Make tar tests more portable, and add --owner :UID and --group :GIDRob Landley
2022-03-19The ".." removal logic was looping on file/dir names starting with "..",Rob Landley
2022-03-10Add "cd -", teach cd to handle deleted directories, fix ${X: -1:1}Rob Landley
2022-02-10Fix @time.nanosecond parsing, and add test.Rob Landley
2022-02-07Fix -newerXY and add test.Rob Landley
2022-01-20Fix sed bug with multiple w to same file.Rob Landley
2022-01-10Fix distro version skew in TEST_HOST.Rob Landley
2022-01-09Cleanup nl (it had a stale TODO entry).Rob Landley
2022-01-02Remove non-posix "sort -h".Rob Landley
2022-01-01Teach sort -h to handle decimals.Rob Landley
2021-12-29Add sort -h (human readable), have -u imply -s, and general cleanup.Rob Landley
2021-12-26Add cmp -n and wire up skip1 and skip2, plus new test, FLAG() conversions...Rob Landley
2021-12-09Add -samefile, collate help text, cleanup, update tests.Rob Landley
2021-11-22Fix $((math)) recursion order, handle "" as 0, and add more tests.Rob Landley
2021-11-06Fix env properly: env -i uses old $PATH, but use new PATH= when redefined.Rob Landley
2021-10-21If you disable buitins, "env -i env" has no $PATH, so $(which env).Rob Landley
2021-10-18mkdir: return error for existing directories without -p flagMikhail Kashkarov
2021-10-03new toy: Simple hexdump implementationMoritz Röhrich
2021-09-26comm: stop using get_line().Elliott Hughes
2021-09-25Test tweaks.Rob Landley
2021-09-24Add += prefix and direct assignment (not in export x+=y and friends yet),Rob Landley
2021-09-23Fix grep --color to highlight all matches, based on Peter Collingbourne'sRob Landley
2021-09-21grep: Implement -L.Peter Collingbourne
2021-09-02Cleanup pass on file.c, add more tests.Rob Landley
2021-09-01file: basic Mach-O universal binary support.Elliott Hughes
2021-08-27Add kill -0 test.Rob Landley
2021-08-27Comment out tests realpath doesn't implement yet.Rob Landley
2021-08-23Tell dd not to write to status stderr instead of discarding stderr.Rob Landley
2021-08-22Copy data being checksummed to "save.dat" for post-failure analysis.Rob Landley
2021-08-01First guess at realpath tests.Rob Landley
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