Permalink
Browse files
btrfs-progs: tests: enhance API to request type of the converted file…
…system We'll use mount -t $fstype later on, extend the API so we don't have to parse the type from other parameters. Signed-off-by: David Sterba <dsterba@suse.com>
- Loading branch information
Showing
with
38 additions
and 30 deletions.
- +18 −10 tests/common.convert
- +5 −5 tests/convert-tests/001-ext2-basic/test.sh
- +5 −5 tests/convert-tests/002-ext3-basic/test.sh
- +5 −5 tests/convert-tests/003-ext4-basic/test.sh
- +1 −1 tests/convert-tests/005-delete-all-rollback/test.sh
- +1 −1 tests/convert-tests/006-large-hole-extent/test.sh
- +1 −1 tests/convert-tests/007-unsupported-block-sizes/test.sh
- +1 −1 tests/convert-tests/008-readonly-image/test.sh
- +1 −1 tests/convert-tests/009-common-inode-flags/test.sh