Age | Commit message (Expand) | Author |
2020-06-01 | Fix tests. | Rob Landley |
2020-05-29 | Replace more SKIP_HOST with toyonly. | Rob Landley |
2020-05-29 | Annotate sed tests with toyonly. | Rob Landley |
2020-05-29 | Add tests for sed -s | Rob Landley |
2020-05-26 | Fix syntax checking for "if true; then echo hello | fi", fix some tests, | Rob Landley |
2020-05-26 | More sh tests. | Rob Landley |
2020-05-23 | Ahem: have the backgrounding test actually background. | Rob Landley |
2020-05-23 | More shell tests. | Rob Landley |
2020-05-13 | Massage TEST_HOST test output (coreutils?) to match toybox. | Rob Landley |
2020-05-13 | toyonly a test binutils lies about, and add a TODO comment. | Rob Landley |
2020-05-13 | More tests that don't pass TEST_HOST. (The file one is checking for | Rob Landley |
2020-05-13 | More TEST_HOST failures. | Rob Landley |
2020-05-13 | Checking for specific error messages makes TEST_HOST unreliable. | Rob Landley |
2020-05-11 | More shell tests. | Rob Landley |
2020-05-03 | Next round of shell work. | Rob Landley |
2020-04-30 | Yet more shell test tweaks. | Rob Landley |
2020-04-28 | Replace a SKIP_HOST with toyonly. | Rob Landley |
2020-04-27 | Redo toysh variable expansion plumbing to start ${} (variable expansion can | Rob Landley |
2020-04-24 | More shell tests. | Rob Landley |
2020-04-16 | Yet more shell tests. | Rob Landley |
2020-04-15 | Echo tests for new unescape2() functionality. | Rob Landley |
2020-03-29 | file: add 7z test file | Joeky |
2020-03-28 | sed s///: support POSIX I as synonym for i | Elliott Hughes |
2020-03-23 | tar: implement --absolute-names. | Elliott Hughes |
2020-03-13 | More sh tests. | Rob Landley |
2020-03-10 | modinfo: various fixes. | Elliott Hughes |
2020-03-08 | cp: fix -D (--parents) (REWORK MINIMAL FIX) | Jarno Mäkipää |
2020-03-06 | Yet more shell tests. | Rob Landley |
2020-03-01 | readelf: various fixes. | Elliott Hughes |
2020-02-29 | Fix a couple of shell tests. | Elliott Hughes |
2020-02-29 | More shell tests. | Rob Landley |
2020-02-26 | More sh tests. | Rob Landley |
2020-02-25 | Shell ! tests | Rob Landley |
2020-02-17 | More sh tests. | Rob Landley |
2020-02-14 | Tests for upcoming sh plumbing. | Rob Landley |
2020-02-11 | chattr: fix exit status, redo the tests. | Elliott Hughes |
2020-02-06 | Basic parenthetical subshell support. | Rob Landley |
2020-02-04 | More (subshell) work (not finished), fix {block;} | pipes. | Rob Landley |
2020-02-02 | vi: fix dw_last test, add more tests | Jarno Mäkipää |
2020-02-01 | Now that both sed instances are using -E, we don't need to call it twice. | Rob Landley |
2020-02-01 | chattr.test/lsattr.test: fix on more kernels/fses. | Elliott Hughes |
2020-02-01 | Collate sed calls and remove trailing spaces. | Rob Landley |
2020-01-31 | chattr.test: fix tests. | Elliott Hughes |
2020-01-31 | Call sed twice instead of five times. | Rob Landley |
2020-01-31 | lsattr.test: clean up and fix. | Elliott Hughes |
2020-01-30 | Couple more tests and sh comment changes. (Mostly todo list tracking.) | Rob Landley |
2020-01-30 | More sh tests. | Rob Landley |
2020-01-28 | lsattr: fix tests. | Elliott Hughes |
2020-01-25 | vi: Add tests | Jarno Mäkipää |
2020-01-24 | cp/mv: add -T. | Elliott Hughes |