summaryrefslogtreecommitdiffstats
path: root/tests/ts/rename
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix rename subdir check that was failing in travisSami Kerola2014-07-311-1/+3
| | | | | | | | | | | | | | | | | | Apparently some or all travis build servers has a bit older coreutils version. The coreutils v8.13 added a feature to readlink that allows user to specify multiple arguments. Earlier versions gave exactly the type of error travis_script log has. +readlink: extra operand `rename_aa/sublink.2' +Try `readlink --help' for more information. The commit 0f85e0535bd4e6d19fadca182e4d57660b6bb57b introduced the travis readlink issue, and has caused failures for 8 days in row (builds 192 - 213). Reference: https://travis-ci.org/karelzak/util-linux/builds Reviewed-by: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add rename(1) return value checkSami Kerola2014-07-181-0/+41
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add rename(1) checksSami Kerola2014-07-183-0/+124
Check basic file moves, symlink relinking, and both file moves and symlinks when operations are have directory in destination path. Reviewed-by: Ruediger Meier <sweet_f_a@gmx.de> Reviewed-by: Karel Zak <kzak@redhat.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>