summaryrefslogtreecommitdiffstats
path: root/tests/ts/losetup
diff options
context:
space:
mode:
authorStanislav Brabec2017-01-12 15:45:56 +0100
committerKarel Zak2017-01-16 12:25:45 +0100
commit2edb85255e678c3dba22671790d47dec3014c529 (patch)
treec15973de8a8d6331c6af537fa65fce5becf5870e /tests/ts/losetup
parentlibmount: Fix incorrect detach of reused loop device (diff)
downloadkernel-qcow2-util-linux-2edb85255e678c3dba22671790d47dec3014c529.tar.gz
kernel-qcow2-util-linux-2edb85255e678c3dba22671790d47dec3014c529.tar.xz
kernel-qcow2-util-linux-2edb85255e678c3dba22671790d47dec3014c529.zip
tests: Introduce libmount/loop
Add libmount/loop test that tests various loop mount options. Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
Diffstat (limited to 'tests/ts/losetup')
-rwxr-xr-xtests/ts/losetup/losetup-loop2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/losetup/losetup-loop b/tests/ts/losetup/losetup-loop
index 13ccc6508..6ec521e3a 100755
--- a/tests/ts/losetup/losetup-loop
+++ b/tests/ts/losetup/losetup-loop
@@ -36,7 +36,7 @@ ts_check_losetup
ts_scsi_debug_init dev_size_mb=11
BACKFILE="$TS_DEVICE"
-# All tests are separated by sleep 3, because loop device exists some time after
+# All tests are separated by "udevadm settle" because loop device exists some time after
# "losetup -d". This device confuses some tests. And find-race-condition, tests,
# whether re-use of this device works.