aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* "top -b -n1" should end with a newline.Elliott Hughes2016-05-051-0/+7
* Fix find bug reported by Tom Marshall, add test for it, and while we're at itRob Landley2016-04-251-2/+6
* Add the non-tty more(1) test.Elliott Hughes2016-04-231-0/+14
* Remove inappropriate bzip tests (we're not comparing with random "host version")Rob Landley2016-04-231-22/+8
* Fix touch -t seconds parsingDavis Mosenkovs2016-04-211-0/+12
* Start of shell tests: $(()) and $'' expansion.Rob Landley2016-04-201-0/+55
* Fix tail -NUM again.Elliott Hughes2016-04-161-0/+1
* Fix a buffer overflow in diff -r.Andy Chu2016-04-141-0/+30
* sed -f - should read from stdin.Rob Landley2016-04-111-0/+1
* Whitespace and comment.Rob Landley2016-03-301-0/+5
* Implement mv -n / cp -n (no clobber).Andy Chu2016-03-301-43/+90
* basename: fix segfault on null input; add testsSamuel Holland2016-03-251-0/+3
* Debian bug 635570 did something horribly nonstandard (depending on a sideRob Landley2016-03-241-3/+7
* Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILESRob Landley2016-03-2315-3/+3
* The test infrastructure prints the command name now, so file.test shouldn't.Rob Landley2016-03-231-6/+6
* blkid: Handle short/empty vfat labels; update testsSamuel Holland2016-03-221-2/+2
* Posix requires "" to be false, and 00 should be false, and -0 should be false.Rob Landley2016-03-201-0/+3
* Fix last commit (had newline before first ==> name <==) and add -f tests.Rob Landley2016-03-181-0/+15
* Remove 'exit' from xargs test too.Andy Chu2016-03-171-6/+4
* Fix bug where all tests aren't being run with 'make test'.Andy Chu2016-03-171-3/+0
* Move whitespace and curly brackets around, move reference URLs to top of file,Rob Landley2016-03-161-10/+12
* Fix type coercion bugs in expr.Andy Chu2016-03-161-2/+5
* Fix the operator precedence in expr.Andy Chu2016-03-161-0/+33
* Add base64.test, and Izabera pointed out that -w0 should disable wrapping.Rob Landley2016-03-151-0/+24
* Fix segfault in sed -e 'c\'.Andy Chu2016-03-101-0/+3
* Fix bzcat integer overflow reported by John Regehr.Rob Landley2016-03-032-0/+4
* Fix file for Java class files, improve script detection, and add tests.Elliott Hughes2016-03-021-0/+21
* Factor out command name at the start of test name, have runtest.sh print it.Rob Landley2016-03-0269-861/+861
* Print command name at start of each test.Rob Landley2016-03-025-34/+13
* Split lsattr/chattr tests.Rob Landley2016-03-022-121/+126
* Command name at start of each test.Rob Landley2016-03-021-16/+16
* Add fstype test.Rob Landley2016-03-021-0/+23
* Try to consistently print command name at the start of each test.Rob Landley2016-03-023-27/+27
* split pgrep/pkill tests.Rob Landley2016-03-022-92/+103
* Add xxd -p and -r.Elliott Hughes2016-02-191-0/+19
* The perl build's attempt to escape spaces and such in LD_LIBRARY_PATH is _SAD_.Rob Landley2016-02-171-1/+5
* Testfile with the 3 different types of "not utf8 output" escaped chars in it.Rob Landley2016-02-171-0/+1
* toybox: tar: Fix support for long namesTom Marshall2016-02-101-0/+17
* toybox: tar: Fix tar testsTom Marshall2016-02-101-6/+6
* Add seq -w, suggested by izabera.Rob Landley2016-02-101-1/+7
* Fix segfault when `find -iname` gets no argument.Josh Gao2016-02-051-0/+16
* Fix -H and -n with -ABC, and add tests.Rob Landley2016-02-041-0/+4
* More testsuite tweaks.Rob Landley2016-01-317-10/+10
* chmod.test had umask assumptions which broke, so set explicit umask.Rob Landley2016-01-311-1/+3
* Fix broken test in cat.test.Rob Landley2016-01-311-2/+3
* Fix blkid typo (label wasn't detected in murderfs).Rob Landley2016-01-311-1/+1
* Tweak to "find" tests.Rob Landley2016-01-311-1/+1
* Add grep -B -CRob Landley2016-01-301-0/+5
* Add grep -ARob Landley2016-01-301-0/+3
* Add a sed test from the posix mailing list.Rob Landley2016-01-211-0/+4