Age | Commit message (Expand) | Author |
2013-07-19 | Implement test | Felix Janda |
2013-06-16 | Test cases for split. | Rob Landley |
2013-06-16 | Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. | Rob Landley |
2013-06-05 | Start of expr, by Daniel Verkamp. | Rob Landley |
2013-05-27 | Tests for touch (needs more work). | Rob Landley |
2013-05-27 | Tests for losetup. | Rob Landley |
2013-04-14 | Add tests for find's expression parsing | Felix Janda |
2013-03-28 | Change uuencode test to match what other uuencode implementations actually pr... | Rob Landley |
2013-03-27 | Incremental cleanup of uudecode. | Rob Landley |
2013-03-27 | uudecode test should just call "uudecode" (not multiplexer via a path), and f... | Rob Landley |
2013-03-22 | uuencode/decode tests and tweaks from Erich Plondke. | Rob Landley |
2013-02-04 | Tweak cmp test to be a little more deterministic. | Rob Landley |
2013-01-17 | Switch readlink on by default, and fill out readlink.test. | Rob Landley |
2013-01-05 | Use basename() where appropriate. | Rob Landley |
2012-12-28 | Add some tests for pwd. | Felix Janda |
2012-12-27 | Add tests to mkfifo based on tests for mkdir. | Felix Janda |
2012-12-23 | Add some tests for mkdir | Felix Janda |
2012-12-16 | Extend seq to support -f (format string) and -s (string separator) as request... | Elie De Brauwer |
2012-12-22 | Fix tac to handle the "abc\ndef" case properly | Elie De Brauwer |
2012-12-16 | Adding implementation of rev including tests | Elie De Brauwer |
2012-12-15 | Adding tests for tac based on cat tests | Elie De Brauwer |
2012-12-09 | Set executable bits on two test scripts. | Rob Landley |
2012-12-08 | Adding sha1sum tests based on RFC 3174 | Elie De Brauwer |
2012-12-08 | Adding tests for cat | Elie De Brauwer |
2012-12-01 | Re-add backspace support to expand (oops) and fix test to expect data plus ba... | Rob Landley |
2012-11-28 | md5sum tests from RFC 1321 | Rob Landley |
2012-11-23 | expand: handle backspace. | Jonathan Clairembault |
2012-11-23 | Add expand command as described in POSIX-2008. | Jonathan Clairembault |
2012-11-21 | Make internalization support optional | Felix Janda |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-11-08 | wc -m only cares about counting characters. Attached is a try on implementing... | Felix Janda |
2012-10-29 | attached are some simple tests for dirname and wc and a fix for a small typo ... | Felix Janda |
2012-10-07 | Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp... | Rob Landley |
2012-07-05 | - Do not abort testing after running the sort tests | Elie De Brauwer |
2012-06-23 | Add chgrp test. | Rob Landley |
2012-03-12 | Redo tail to use optargs and optionally support lseek. Add support to optargs... | Rob Landley |
2012-03-02 | Cleanup pass, and support unrecognized slash chars ala "echo -e \p". | Rob Landley |
2012-02-08 | Add tests for cmp. | Timothy Elliott |
2012-02-13 | Minor code cleanup and typo fix. | Rob Landley |
2012-02-12 | Add test for basename, fix issue where suffix is wrongfully applied if it app... | Elie De Brauwer |
2012-02-10 | Add tests for head | Timothy Elliott |
2012-02-11 | Fix overflow in octal formatting in echo, add support for hexadecimal input, ... | Elie De Brauwer |
2012-02-11 | Add tests for cksum | Elie De Brauwer |
2012-02-06 | Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry. | Rob Landley |
2012-02-02 | Test suite comment tweaks. | Rob Landley |
2012-01-30 | More work on xargs: bugfix and tests. | Rob Landley |
2008-06-22 | Basic tests for sort. Needs more... | Rob Landley |
2008-06-22 | Cosmetic tweak, only show skipped tests when VERBOSE set. | Rob Landley |
2008-05-17 | Add seq, and tests for it. | Rob Landley |
2008-05-17 | Fix command line option parsing so "echo -xen" actually prints "-xen". Add | Rob Landley |