Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | return resolved paths from filelist_difference | Andrew Gregory | 2013-02-24 |
| | | | | | | | | | | | We were comparing files based on resolved paths but returning the original file_t structures, which were not necessarily in the same order. The extra file_t information was only being used to determine if the file was a directory which can be accomplished by testing for a trailing slash, so just return the resolved path. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | add fileconflict tests for cases with symlinks | Andrew Gregory | 2013-02-24 |
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> |