]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
btrfs/100, btrfs/101: fix device name in their golden output
authorFilipe Manana <fdmanana@suse.com>
Tue, 10 Dec 2024 17:33:22 +0000 (17:33 +0000)
committerZorro Lang <zlang@kernel.org>
Sun, 22 Dec 2024 14:09:46 +0000 (22:09 +0800)
commit06626fb70ae78fb31fa253761bf8c4b63d45186e
treebf510667c02bb5d160d7ede10988e2c981710018
parent1f32af6a4ce98f8185ca62c31e3bd014f0690898
btrfs/100, btrfs/101: fix device name in their golden output

After commit 88c0291d297c ("fstests: per-test dmerror instances"), the dm
error device name changed so that it's no longer a plain 'error-test' but
instead it's that plus a prefix matching the test number, such as
'error-test.100' for example. The tests btrfs/100 and btrfs/101 are still
using the plain old name 'error-test' in their golden output, which makes
them fail. So update them to use 'error-test.100' and 'error-test.101'.

Fixes: 88c0291d297c ("fstests: per-test dmerror 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/100.out
tests/btrfs/101.out