Age | Commit message (Expand) | Author |
2016-06-30 | Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. | Rob Landley |
2016-06-04 | Basic success/failure return from pgrep/pkill. | Elliott Hughes |
2016-05-23 | Fix remaining pkill tests. | Elliott Hughes |
2016-05-05 | "top -b -n1" should end with a newline. | Elliott Hughes |
2016-04-25 | Fix find bug reported by Tom Marshall, add test for it, and while we're at it | Rob Landley |
2016-04-23 | Add the non-tty more(1) test. | Elliott Hughes |
2016-04-23 | Remove inappropriate bzip tests (we're not comparing with random "host version") | Rob Landley |
2016-04-21 | Fix touch -t seconds parsing | Davis Mosenkovs |
2016-04-20 | Start of shell tests: $(()) and $'' expansion. | Rob Landley |
2016-04-16 | Fix tail -NUM again. | Elliott Hughes |
2016-04-14 | Fix a buffer overflow in diff -r. | Andy Chu |
2016-04-11 | sed -f - should read from stdin. | Rob Landley |
2016-03-30 | Whitespace and comment. | Rob Landley |
2016-03-30 | Implement mv -n / cp -n (no clobber). | Andy Chu |
2016-03-25 | basename: fix segfault on null input; add tests | Samuel Holland |
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 |