summaryrefslogtreecommitdiffstats
path: root/tests/expected/rename
Commit message (Collapse)AuthorAgeFilesLines
* rename: use access(3) to check if a file existsSami Kerola2017-12-041-0/+1
| | | | | | | This is more lightweight than calling stat(3). In same go add a regression test to ensure changes like this will not break --no-overwrite option. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* Revert "tests: use stdbuf when stderr and stdout is randomly ordered"Ruediger Meier2017-06-011-1/+1
| | | | | | | | stdbuf does not seem to work reliable. Failed on travis/OSX This reverts commit 398b3148bedee936ee0b012b3b6e82b20547f218. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: use stdbuf when stderr and stdout is randomly orderedRuediger Meier2017-06-011-1/+1
| | | | | | glibc seems to flush stdout before stderr. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
* tests: add fullpath tests to rename/subdirAndreas Henriksson2015-06-251-0/+9
| | | | Signed-off-by: Andreas Henriksson <andreas@fatal.se>
* tests: add rename(1) return value checkSami Kerola2014-07-181-0/+7
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tests: add rename(1) checksSami Kerola2014-07-183-0/+27
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>