Age | Commit message (Expand) | Author |
---|---|---|
2016-03-20 | Posix requires "" to be false, and 00 should be false, and -0 should be false. | Rob Landley |
2016-03-16 | Move whitespace and curly brackets around, move reference URLs to top of file, | Rob Landley |
2016-03-16 | Fix type coercion bugs in expr. | Andy Chu |
2016-03-16 | Fix the operator precedence in expr. | Andy Chu |
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley |
2015-05-12 | Set the executable bits on all the *.test files. (Wasn't consistent, is now.) | Rob Landley |
2014-12-01 | Refactor expr and add another test entry that works with TEST_HOST=1 but not ... | Rob Landley |
2014-11-30 | Tests for operator priority groupings. | Rob Landley |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, an... | Rob Landley |