From: Igor K Date: Tue, 25 Jun 2019 00:58:12 +0000 (+0300) Subject: -Y option for zdb is valid X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13d454c6ca12327f0080c14eaae78dc2f67d7d73;p=zfs -Y option for zdb is valid The -Y option was added for ztest to test split block reconstruction. Reviewed-by: Brian Behlendorf Reviewed-by: Richard Elling Signed-off-by: Igor Kozhukhov Closes #8926 --- diff --git a/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh b/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh index a5f827b56..e69779bd4 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh @@ -59,7 +59,7 @@ set -A args "create" "add" "destroy" "import fakepool" \ "-a" "-f" "-g" "-h" "-j" "-m" "-n" "-o" "-p" \ "-p /tmp" "-r" "-t" "-w" "-x" "-y" "-z" \ "-D" "-E" "-G" "-H" "-I" "-J" "-K" "-M" \ - "-N" "-Q" "-R" "-S" "-T" "-W" "-Y" "-Z" + "-N" "-Q" "-R" "-S" "-T" "-W" "-Z" log_assert "Execute zdb using invalid parameters."