]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add test for loop option in fstab
authorStanislav Brabec <sbrabec@suse.cz>
Thu, 11 Feb 2016 19:45:56 +0000 (20:45 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 12 Feb 2016 10:09:04 +0000 (11:09 +0100)
commit5ee870c98c9d4ee38ce01fd86c5506bc40e5ce29
tree097a45f39fec386bc1e466894cb70173ee1b2776
parentd58b9706ed8a10cc484835119ed10385d141eb6c
tests: add test for loop option in fstab

Add a new fstab tests which check loop mount of the same source multiple times
in multiple steps.

The test is currently failing, but it should not fail once the triggering bug
will be fixed.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
tests/expected/mount/fstab-loop [new file with mode: 0644]
tests/ts/mount/fstab-loop [new file with mode: 0755]