Age | Commit message (Expand) | Author |
2016-03-24 | Debian bug 635570 did something horribly nonstandard (depending on a side | Rob Landley |
2016-03-23 | Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILES | Rob Landley |
2016-03-23 | The test infrastructure prints the command name now, so file.test shouldn't. | Rob Landley |
2016-03-22 | blkid: Handle short/empty vfat labels; update tests | Samuel Holland |
2016-03-20 | Posix requires "" to be false, and 00 should be false, and -0 should be false. | Rob Landley |
2016-03-18 | Fix last commit (had newline before first ==> name <==) and add -f tests. | Rob Landley |
2016-03-17 | Remove 'exit' from xargs test too. | Andy Chu |
2016-03-17 | Fix bug where all tests aren't being run with 'make test'. | Andy Chu |
2016-03-16 | Move whitespace and curly brackets around, move reference URLs to top of file, | Rob Landley |
2016-03-16 | Fix type coercion bugs in expr. | Andy Chu |
2016-03-16 | Fix the operator precedence in expr. | Andy Chu |
2016-03-15 | Add base64.test, and Izabera pointed out that -w0 should disable wrapping. | Rob Landley |
2016-03-10 | Fix segfault in sed -e 'c\'. | Andy Chu |
2016-03-03 | Fix bzcat integer overflow reported by John Regehr. | Rob Landley |
2016-03-02 | Fix file for Java class files, improve script detection, and add tests. | Elliott Hughes |
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley |
2016-03-02 | Print command name at start of each test. | Rob Landley |
2016-03-02 | Split lsattr/chattr tests. | Rob Landley |
2016-03-02 | Command name at start of each test. | Rob Landley |
2016-03-02 | Add fstype test. | Rob Landley |
2016-03-02 | Try to consistently print command name at the start of each test. | Rob Landley |
2016-03-02 | split pgrep/pkill tests. | Rob Landley |
2016-02-19 | Add xxd -p and -r. | Elliott Hughes |
2016-02-17 | The perl build's attempt to escape spaces and such in LD_LIBRARY_PATH is _SAD_. | Rob Landley |
2016-02-17 | Testfile with the 3 different types of "not utf8 output" escaped chars in it. | Rob Landley |
2016-02-10 | toybox: tar: Fix support for long names | Tom Marshall |
2016-02-10 | toybox: tar: Fix tar tests | Tom Marshall |
2016-02-10 | Add seq -w, suggested by izabera. | Rob Landley |
2016-02-05 | Fix segfault when `find -iname` gets no argument. | Josh Gao |
2016-02-04 | Fix -H and -n with -ABC, and add tests. | Rob Landley |
2016-01-31 | More testsuite tweaks. | Rob Landley |
2016-01-31 | chmod.test had umask assumptions which broke, so set explicit umask. | Rob Landley |
2016-01-31 | Fix broken test in cat.test. | Rob Landley |
2016-01-31 | Fix blkid typo (label wasn't detected in murderfs). | Rob Landley |
2016-01-31 | Tweak to "find" tests. | Rob Landley |
2016-01-30 | Add grep -B -C | Rob Landley |
2016-01-30 | Add grep -A | Rob Landley |
2016-01-21 | Add a sed test from the posix mailing list. | Rob Landley |
2016-01-15 | More utf8 test files. | Rob Landley |
2016-01-15 | Fix sort -f, add tests, make TEST_HOST pass new tests. | Rob Landley |
2016-01-05 | Some utf8/unicode stress test files. | Rob Landley |
2015-12-06 | Enable matching any perm bits. | Gilad Arnold |
2015-12-04 | Tom Marshall reported that blkid was handling ext2 wrong. | Rob Landley |
2015-12-04 | Replace duplicate sed test with case we hadn't covered yet. | Rob Landley |
2015-11-19 | Fix find -perm. | Elliott Hughes |
2015-11-12 | Fix year parsing in date(1). | Elliott Hughes |
2015-11-05 | Fix sed bug where any ] right after [ was skipped, not just first one in range. | Rob Landley |
2015-11-01 | Change grep -w to checking matches after the fact rather than modifing regex. | Rob Landley |
2015-10-29 | Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added | Rob Landley |
2015-09-14 | Add find tests. | Daniel K. Levy |