Commit History

Author SHA1 Message Date
  Rob Landley 70c5ed4d95 Use testcmd instead of manual workaround for shell builtin. 1 year ago
  Rob Landley 9a5d7a063c Work around gratuitous musl deviation from glibc, adding tests. 2 years ago
  Elliott Hughes b02260f725 printf.test: work around bash 3.2 on the Mac. 4 years ago
  Elliott Hughes 81518f643d echo/printf: expand test cases, fix \x corner cases. 4 years ago
  Rob Landley 54e8313d6a Add a printf test that shows a bug. 7 years ago
  Rob Landley bf950cde66 Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix 8 years ago
  Rob Landley 336c44adca Factor out command name at the start of test name, have runtest.sh print it. 8 years ago
  Rob Landley dec4669fa1 Set the executable bits on all the *.test files. (Wasn't consistent, is now.) 9 years ago
  Rob Landley 5d431d1e1f Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. 9 years ago
  Rob Landley d0dead30a5 One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.) 9 years ago
  Rob Landley 70cbfe8eda More half-finished cleanup of printf.c, and more test suite entries. 9 years ago
  Rob Landley dd2cc65fdf Since "printf" is a shell builtin, printf.test wasn't actually testing anything. 9 years ago
  Rob Landley cc39d95a34 More printf cleanup, and test suite entries. 9 years ago
  Rob Landley 387edf547e Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. 9 years ago