]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: add btrfs mount tests
authorStanislav Brabec <sbrabec@suse.cz>
Thu, 11 Feb 2016 18:07:22 +0000 (19:07 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 12 Feb 2016 09:33:17 +0000 (10:33 +0100)
commitc4af75a84ef3430003c77be2469869aaf3a63e2a
treec87ac42204793a7bd9e7e1ca968509170ec92b7f
parent583627ef363f0e0bd8a7dac646507c2458accc56
tests: add btrfs mount tests

btrfs needs a special support in mount. Add a testcase for btrfs specific
problems.

Coverage:
352740e8: bind mounts pointing to btrfs
2cd28fc8: mounting default subvolume
d2f82678: use of "auto"
618a8814: use of "subvolid"

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