]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add rename(1) checks
authorSami Kerola <kerolasa@iki.fi>
Sun, 25 May 2014 21:52:24 +0000 (22:52 +0100)
committerSami Kerola <kerolasa@iki.fi>
Fri, 18 Jul 2014 17:34:15 +0000 (18:34 +0100)
commit0f85e0535bd4e6d19fadca182e4d57660b6bb57b
treea2f8dd15c1e21316a87a48614c70d70d245b8326
parent7f1f10ab7012f08e64ae73b3fbbb6ec9fce3ddd6
tests: add rename(1) checks

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>
tests/commands.sh
tests/expected/rename/basic [new file with mode: 0644]
tests/expected/rename/subdir [new file with mode: 0644]
tests/expected/rename/symlink [new file with mode: 0644]
tests/ts/rename/basic [new file with mode: 0755]
tests/ts/rename/subdir [new file with mode: 0755]
tests/ts/rename/symlink [new file with mode: 0755]