aboutsummaryrefslogtreecommitdiff
path: root/tests/printf.test
AgeCommit message (Expand)Author
2016-10-18Add a printf test that shows a bug.Rob Landley
2016-07-04Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posixRob Landley
2016-03-02Factor out command name at the start of test name, have runtest.sh print it.Rob Landley
2015-05-12Set the executable bits on all the *.test files. (Wasn't consistent, is now.)Rob Landley
2015-03-28Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.Rob Landley
2015-01-11One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.)Rob Landley
2015-01-10More half-finished cleanup of printf.c, and more test suite entries.Rob Landley
2015-01-06Since "printf" is a shell builtin, printf.test wasn't actually testing anything.Rob Landley
2015-01-06More printf cleanup, and test suite entries.Rob Landley
2014-09-20Move testsuite out of scripts/test into its own top level tests directory, an...Rob Landley