1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-05 17:15:02 -05:00
pacman/test
Andrew Gregory 083ac51816 return resolved paths from filelist_difference
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>
2013-02-24 13:11:54 +10:00
..
pacman return resolved paths from filelist_difference 2013-02-24 13:11:54 +10:00
scripts make test/scripts/human_to_size.sh executable 2013-02-07 10:48:11 +10:00
util pacsort: add -f, --files option for sorting filenames 2013-01-28 23:38:46 +10:00