aboutsummaryrefslogtreecommitdiffstats
path: root/tests/printf.test
Commit message (Expand)AuthorAgeFilesLines
* Factor out command name at the start of test name, have runtest.sh print it.Rob Landley2016-03-021-30/+30
* Set the executable bits on all the *.test files. (Wasn't consistent, is now.)Rob Landley2015-05-121-0/+0
* Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.Rob Landley2015-03-281-0/+2
* One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.)Rob Landley2015-01-111-1/+4
* More half-finished cleanup of printf.c, and more test suite entries.Rob Landley2015-01-101-1/+9
* Since "printf" is a shell builtin, printf.test wasn't actually testing anything.Rob Landley2015-01-061-24/+31
* More printf cleanup, and test suite entries.Rob Landley2015-01-061-5/+17
* Move testsuite out of scripts/test into its own top level tests directory, an...Rob Landley2014-09-201-0/+29