aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2023-11-22 12:15:58 -0500
committerZorro Lang <zlang@kernel.org>2023-12-09 12:51:34 +0800
commit72e7d9bfdd8bd2c1f3bf40b971cd5ff37ba5f011 (patch)
treed0a13f06701e6c82192d9c881dcf458b89ca6c67
parent1d7a8c3a4d95fb362bbb41f4d66377aa49d8881f (diff)
downloadxfstests-dev-72e7d9bfdd8bd2c1f3bf40b971cd5ff37ba5f011.tar.gz
fstests: don't test -o norecovery in btrfs/220
This is a deprecated option and it's going away with the new mount api patches, so remove this from the test. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/2206
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/btrfs/220 b/tests/btrfs/220
index cc092c1432..a7ec6558b4 100755
--- a/tests/btrfs/220
+++ b/tests/btrfs/220
@@ -212,20 +212,14 @@ test_non_revertible_options()
# nologreplay should be used only with readonly
test_should_fail "nologreplay"
- # norecovery should be used only with readonly.
- # This options is an alias to nologreplay
- test_should_fail "norecovery"
-
if [ "$enable_rescue_nologreplay" = true ]; then
#rescue=nologreplay should be used only with readonly
test_should_fail "rescue=nologreplay"
test_mount_opt "nologreplay,ro" "ro,rescue=nologreplay"
- test_mount_opt "norecovery,ro" "ro,rescue=nologreplay"
test_mount_opt "rescue=nologreplay,ro" "ro,rescue=nologreplay"
else
test_mount_opt "nologreplay,ro" "ro,nologreplay"
- test_mount_opt "norecovery,ro" "ro,nologreplay"
fi
test_mount_opt "rescan_uuid_tree" "rescan_uuid_tree"