]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: Add losetup-loop test suite
authorStanislav Brabec <sbrabec@suse.cz>
Tue, 2 Aug 2016 18:00:46 +0000 (20:00 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 17 Aug 2016 11:02:35 +0000 (13:02 +0200)
commit912d50b3bec755d8b4f08aec69d255dbb5fe5e31
treee507a646b21a50332b40e9195ed8f79f88da6e29
parentf27d989c67eb0d85b3bfc54807e626ff16e71f56
tests: Add losetup-loop test suite

Add losetup loop test suite that tests proper behavior of conflicting and
re-used loop devices.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
12 files changed:
tests/expected/losetup/losetup-loop [new file with mode: 0644]
tests/expected/losetup/losetup-loop-find-conflict [new file with mode: 0644]
tests/expected/losetup/losetup-loop-find-conflict-no-sizelimit [new file with mode: 0644]
tests/expected/losetup/losetup-loop-find-conflict-readonly [new file with mode: 0644]
tests/expected/losetup/losetup-loop-find-no-re-use [new file with mode: 0644]
tests/expected/losetup/losetup-loop-find-ok-no-sizelimit [new file with mode: 0644]
tests/expected/losetup/losetup-loop-find-race-condition [new file with mode: 0644]
tests/expected/losetup/losetup-loop-find-re-use [new file with mode: 0644]
tests/expected/losetup/losetup-loop-plain-conflict [new file with mode: 0644]
tests/expected/losetup/losetup-loop-plain-re-use [new file with mode: 0644]
tests/expected/losetup/losetup-loop-plain-readonly [new file with mode: 0644]
tests/ts/losetup/losetup-loop [new file with mode: 0755]