summaryrefslogtreecommitdiff
path: root/test/rebar_file_utils_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* fix canonical path tests on windowsalisdair sullivan2015-09-251-2/+2
|
* function name changes:alisdair sullivan2015-09-141-18/+18
| | | | | `reduce_path/1` -> `canonical_path/1` `relative_path/2` -> `path_from_ancestor/2`
* extract `retarget_path/2', `relative_path/2' and `reduce_path/1' andalisdair sullivan2015-09-131-2/+22
| | | | add tests
* fix `reset_dir` test suite for r15xalisdair sullivan2015-01-181-3/+3
| | | swap `file:list_dir` for `file:list_dir_all` due to nonexistence of latter prior to r16x
* add functions `system_tmpdir/0,1` and `reset_dir/1`alisdair sullivan2015-01-151-0/+86
(in `rebar_file_utils`)