summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorRuediger Meier2015-03-19 17:11:43 +0100
committerRuediger Meier2015-03-19 17:11:43 +0100
commit51d455ce16a4e42bb17bea893e5cae2edc1872b4 (patch)
tree5f07014aec6722e94271b3fbc9210f7dc88352b6 /tests/commands.sh
parentfindmnt: add --mountpoint command line option (diff)
downloadkernel-qcow2-util-linux-51d455ce16a4e42bb17bea893e5cae2edc1872b4.tar.gz
kernel-qcow2-util-linux-51d455ce16a4e42bb17bea893e5cae2edc1872b4.tar.xz
kernel-qcow2-util-linux-51d455ce16a4e42bb17bea893e5cae2edc1872b4.zip
tests: mount/move also tests findmnt vs. mountpoint
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index fd07b175d..420feb9ae 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -64,6 +64,7 @@ TS_CMD_MKCRAMFS=${TS_CMD_MKCRAMFS:-"$top_builddir/mkfs.cramfs"}
TS_CMD_MKMINIX=${TS_CMD_MKMINIX:-"$top_builddir/mkfs.minix"}
TS_CMD_MKSWAP=${TS_CMD_MKSWAP:-"$top_builddir/mkswap"}
TS_CMD_MOUNT=${TS_CMD_MOUNT:-"$top_builddir/mount"}
+TS_CMD_MOUNTPOINT=${TS_CMD_MOUNTPOINT:-"$top_builddir/mountpoint"}
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"}