summaryrefslogtreecommitdiffstats
path: root/tests/ts/libmount/context
diff options
context:
space:
mode:
authorRuediger Meier2016-03-13 06:07:16 +0100
committerRuediger Meier2016-03-13 21:47:42 +0100
commit0693589b7a095821869c9d2a03289e2e0654758b (patch)
tree9bc7e052d66a6a6cc9fa0412023a9de1e009168a /tests/ts/libmount/context
parenttests: improve skipping of old btrfs-tools (diff)
downloadkernel-qcow2-util-linux-0693589b7a095821869c9d2a03289e2e0654758b.tar.gz
kernel-qcow2-util-linux-0693589b7a095821869c9d2a03289e2e0654758b.tar.xz
kernel-qcow2-util-linux-0693589b7a095821869c9d2a03289e2e0654758b.zip
tests: don't use system's mount commands
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/libmount/context')
-rwxr-xr-xtests/ts/libmount/context2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/libmount/context b/tests/ts/libmount/context
index f05f66163..d0d1c3d5f 100755
--- a/tests/ts/libmount/context
+++ b/tests/ts/libmount/context
@@ -29,7 +29,7 @@ TS_NOEXIST="$TS_OUTDIR/${TS_TESTNAME}-${TS_SUBNAME}-noex"
[ -x $TESTPROG ] || ts_skip "test not compiled"
ts_log "Init device"
-umount $MOUNTPOINT &> /dev/null
+$TS_CMD_UMOUNT $MOUNTPOINT &> /dev/null
# set global variable TS_DEVICE
ts_scsi_debug_init dev_size_mb=100