aboutsummaryrefslogtreecommitdiff
path: root/tests/seq.test
AgeCommit message (Collapse)Author
2017-09-09Redo/add seq precision logic.Rob Landley
Josh Gao hit a case where "seq 1000000 1000001" output 1e+06, and while he was there changed several things to work like existing seq implementations. I changed a couple back (commenting out the test cases) until somebody came come up with a reason (or existing use case) to do it that way.
2016-03-02Factor out command name at the start of test name, have runtest.sh print it.Rob Landley
2016-02-10Add seq -w, suggested by izabera.Rob Landley
2016-01-31More testsuite tweaks.Rob Landley
2015-09-05Add seq -f tests, tweak help text, and catch one more error case.Rob Landley
2014-09-20Move testsuite out of scripts/test into its own top level tests directory, ↵Rob Landley
and make ctrl-c kill "make test" more reliably.