index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
touch.test
Age
Commit message (
Expand
)
Author
2020-05-29
Replace more SKIP_HOST with toyonly.
Rob Landley
2019-06-27
touch.test: add missing `TZ=utc`s.
Elliott Hughes
2019-03-26
Make touch use xparsedate() (result: -t and -d the same, autodetects format),
Rob Landley
2018-11-20
Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work.
Rob Landley
2017-04-11
Fix touch -a/-m (and add the missing tests).
Elliott Hughes
2016-10-20
Add special "touch -" behavior and require an argument.
Rob Landley
2016-10-19
More touch tests, and a fix found by one. (The three -t formats can only
Rob Landley
2016-10-18
Unify touch -t and -d handling, allow posix's underspecified "time designator"
Rob Landley
2016-04-21
Fix touch -t seconds parsing
Davis Mosenkovs
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2015-07-04
Actually set time with touch -d and -t when you don't specify nanonseconds.
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley