]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
btrfs/142, btrfs/143: fix dmdust device names
authorFilipe Manana <fdmanana@suse.com>
Tue, 10 Dec 2024 17:33:47 +0000 (17:33 +0000)
committerZorro Lang <zlang@kernel.org>
Sun, 22 Dec 2024 14:09:46 +0000 (22:09 +0800)
commit9b12a1a8a35bb491076332e21a113c43851ceb69
treeaa780321fd048bbc4e14e9a0780ce3fcb997e862
parent06626fb70ae78fb31fa253761bf8c4b63d45186e
btrfs/142, btrfs/143: fix dmdust device names

After commit aaa132777476 ("fstests: per-test dmdust instances") the
dmdust device names are no longer a plain 'dust-test', they now have
a suffix matching '.N', where N is the test's sequence number.
The test cases btrf/142 and btrfs/143 are still using the old device
names, so they fail. Fix this my making them refer to 'dust-test.$seq'
instead of 'dust-test'.

Fixes: aaa132777476 ("fstests: per-test dmdust instances")
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/142
tests/btrfs/143