From 0f85e0535bd4e6d19fadca182e4d57660b6bb57b Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 25 May 2014 22:52:24 +0100 Subject: 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 Reviewed-by: Karel Zak Signed-off-by: Sami Kerola --- tests/commands.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/commands.sh') diff --git a/tests/commands.sh b/tests/commands.sh index 06450a367..f699ef1ab 100644 --- a/tests/commands.sh +++ b/tests/commands.sh @@ -62,6 +62,7 @@ TS_CMD_MKSWAP=${TS_CMD_MKSWAP:-"$top_builddir/mkswap"} TS_CMD_MOUNT=${TS_CMD_MOUNT:-"$top_builddir/mount"} TS_CMD_NAMEI=${TS_CMD_NAMEI-"$top_builddir/namei"} TS_CMD_PARTX=${TS_CMD_PARTX-"$top_builddir/partx"} +TS_CMD_RENAME=${TS_CMD_RENAME-"$top_builddir/rename"} TS_CMD_REV=${TS_CMD_REV:-"$top_builddir/rev"} TS_CMD_SCRIPT=${TS_CMD_SCRIPT-"$top_builddir/script"} TS_CMD_SETARCH=${TS_CMD_SETARCH-"$top_builddir/setarch"} -- cgit v1.2.3-55-g7522