btrfs-progs: tests: enhance 001-basic-profiles with --data DUP

Add the remaining valid combinations.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2015-11-26 16:22:16 +01:00
parent c1ff75db16
commit 1d37645dc3

View File

@ -70,6 +70,8 @@ test_mkfs_single
test_mkfs_single -d single -m single
test_mkfs_single -d single -m single --mixed
test_mkfs_single -d single -m dup
test_mkfs_single -d dup -m single
test_mkfs_single -d dup -m dup
test_mkfs_single -d dup -m dup --mixed
test_mkfs_multi