aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/builtin/touch.test
AgeCommit message (Collapse)AuthorFilesLines
2016-12-16Convert tests/ to subproject, initial work on cross-testing supportBoris Kolpackov1-1/+1
2016-12-05Add rm builtinKaren Arutyunov1-2/+12
2016-11-23Implement value type propagation on expansionBoris Kolpackov1-1/+1
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it.
2016-11-15Add cat, false and true builtinsKaren Arutyunov1-0/+45