aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-03-20Paste bugfix, more tests.Rob Landley
2017-03-20Rewrite paste so it actually works.Rob Landley
2017-01-09More pending shell tests.Rob Landley
2016-12-25Add test for last sort commit.Rob Landley
2016-10-20Add special "touch -" behavior and require an argument.Rob Landley
2016-10-19More touch tests, and a fix found by one. (The three -t formats can onlyRob Landley
2016-10-18Add a printf test that shows a bug.Rob Landley
2016-10-18Unify touch -t and -d handling, allow posix's underspecified "time designator"Rob Landley
2016-10-17A few more sed tests.Rob Landley
2016-09-13Add -h and -L to file.Elliott Hughes
2016-09-06Teach sed s/// how to handle [:space:] type sequences.Rob Landley
2016-09-05Fluff up cmp tests.Rob Landley
2016-08-06Inline setup_inout(), test ftruncate() return value, move gettimeofday() beforeRob Landley
2016-07-23Many failing tests I need to fix grep to pass while adding --color.Rob Landley
2016-07-21Common test infrastructure says command name, don't have sed.tests say 'sed sed'Rob Landley
2016-07-18Add getfattr(1) and setfattr(1).Elliott Hughes
2016-07-14Add -c to md5sum and sha1sum.Rob Landley
2016-07-08dd improvements.Elliott Hughes
2016-07-08Fix typo in chattr test.Elliott Hughes
2016-07-05Implement xxd -s.Elliott Hughes
2016-07-04Fix chattr and date tests.Rob Landley
2016-07-04Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posixRob Landley
2016-06-30Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too.Rob Landley
2016-06-04Basic success/failure return from pgrep/pkill.Elliott Hughes
2016-05-23Fix remaining pkill tests.Elliott Hughes
2016-05-05"top -b -n1" should end with a newline.Elliott Hughes
2016-04-25Fix find bug reported by Tom Marshall, add test for it, and while we're at itRob Landley
2016-04-23Add the non-tty more(1) test.Elliott Hughes
2016-04-23Remove inappropriate bzip tests (we're not comparing with random "host version")Rob Landley
2016-04-21Fix touch -t seconds parsingDavis Mosenkovs
2016-04-20Start of shell tests: $(()) and $'' expansion.Rob Landley
2016-04-16Fix tail -NUM again.Elliott Hughes
2016-04-14Fix a buffer overflow in diff -r.Andy Chu
2016-04-11sed -f - should read from stdin.Rob Landley
2016-03-30Whitespace and comment.Rob Landley
2016-03-30Implement mv -n / cp -n (no clobber).Andy Chu
2016-03-25basename: fix segfault on null input; add testsSamuel Holland
2016-03-24Debian bug 635570 did something horribly nonstandard (depending on a sideRob Landley
2016-03-23Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILESRob Landley
2016-03-23The test infrastructure prints the command name now, so file.test shouldn't.Rob Landley
2016-03-22blkid: Handle short/empty vfat labels; update testsSamuel Holland
2016-03-20Posix requires "" to be false, and 00 should be false, and -0 should be false.Rob Landley
2016-03-18Fix last commit (had newline before first ==> name <==) and add -f tests.Rob Landley
2016-03-17Remove 'exit' from xargs test too.Andy Chu
2016-03-17Fix bug where all tests aren't being run with 'make test'.Andy Chu
2016-03-16Move whitespace and curly brackets around, move reference URLs to top of file,Rob Landley
2016-03-16Fix type coercion bugs in expr.Andy Chu
2016-03-16Fix the operator precedence in expr.Andy Chu
2016-03-15Add base64.test, and Izabera pointed out that -w0 should disable wrapping.Rob Landley
2016-03-10Fix segfault in sed -e 'c\'.Andy Chu