summaryrefslogtreecommitdiff
path: root/test/rebar_file_utils_tests.erl
Commit message (Collapse)AuthorAgeFilesLines
* Port rebar_file_utils to WindowsJuhani Rankimies2010-10-271-0/+265
Modify rm_rf and cp_r to work when {win32,_} = os:type(). Simplify rm_rf to only accept one filename, directoryname or wildcard. Add unit tests to ensure a similar behaviour on windows and unix. Thanks to tuncer for guidance and feedback.