aboutsummaryrefslogtreecommitdiff
path: root/tests/touch.test
AgeCommit message (Collapse)Author
2016-10-18Unify touch -t and -d handling, allow posix's underspecified "time designator"Rob Landley
T to be a space instead (because the posix says so, no idea why), initialize default values reliably including zeroing daylight savings time field (which is handled inconsistently by libc and just screws stuff up).
2016-04-21Fix touch -t seconds parsingDavis Mosenkovs
2016-03-02Factor out command name at the start of test name, have runtest.sh print it.Rob Landley
2015-07-04Actually set time with touch -d and -t when you don't specify nanonseconds.Rob Landley
There's a nanoseconds field value that says use current time, which I set but forgot to clear in the right places. (Oops.)
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.