Age | Commit message (Expand) | Author |
2017-04-07 | Make renice.test work without awk. | Elliott Hughes |
2017-04-07 | Remove mount.test awk dependency. | Elliott Hughes |
2017-04-07 | Make pgrep tests runnable on toybox-only systems. | Elliott Hughes |
2017-04-07 | Make pkill tests runnable on a toybox-only system. | Elliott Hughes |
2017-04-07 | Make bzcat tests runnable on a toybox-only system. | Elliott Hughes |
2017-04-04 | Add "testcmd" function as an alternative to "testing" for tests/*.test, and | Rob Landley |
2017-04-03 | Fix ls -a and ls -A tests. | Elliott Hughes |
2017-03-28 | New date range tests are simple, won't catch Feb 29 in non-leap-year | Rob Landley |
2017-03-22 | Implement uptime -s. | Elliott Hughes |
2017-03-20 | Paste bugfix, more tests. | Rob Landley |
2017-03-20 | Rewrite paste so it actually works. | Rob Landley |
2017-01-09 | More pending shell tests. | Rob Landley |
2016-12-25 | Add test for last sort commit. | Rob Landley |
2016-10-20 | Add special "touch -" behavior and require an argument. | Rob Landley |
2016-10-19 | More touch tests, and a fix found by one. (The three -t formats can only | Rob Landley |
2016-10-18 | Add a printf test that shows a bug. | Rob Landley |
2016-10-18 | Unify touch -t and -d handling, allow posix's underspecified "time designator" | Rob Landley |
2016-10-17 | A few more sed tests. | Rob Landley |
2016-09-13 | Add -h and -L to file. | Elliott Hughes |
2016-09-06 | Teach sed s/// how to handle [:space:] type sequences. | Rob Landley |
2016-09-05 | Fluff up cmp tests. | Rob Landley |
2016-08-06 | Inline setup_inout(), test ftruncate() return value, move gettimeofday() before | Rob Landley |
2016-07-23 | Many failing tests I need to fix grep to pass while adding --color. | Rob Landley |
2016-07-21 | Common test infrastructure says command name, don't have sed.tests say 'sed sed' | Rob Landley |
2016-07-18 | Add getfattr(1) and setfattr(1). | Elliott Hughes |
2016-07-14 | Add -c to md5sum and sha1sum. | Rob Landley |
2016-07-08 | dd improvements. | Elliott Hughes |
2016-07-08 | Fix typo in chattr test. | Elliott Hughes |
2016-07-05 | Implement xxd -s. | Elliott Hughes |
2016-07-04 | Fix chattr and date tests. | Rob Landley |
2016-07-04 | Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix | Rob Landley |
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 |