From 95becc8898d4a0c839851a9262857a0701acc95a Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 7 Oct 2019 19:48:18 +0000 Subject: [PATCH] zfs: fix the zdb_001_neg test The test needed to be updated for r331701 (MFV illumos 8671400), which added a "-k" option. MFC after: 2 weeks Sponsored by: Axcient --- tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh b/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh index 4c9b7b87cad0..d9b937618893 100644 --- a/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh +++ b/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh @@ -69,7 +69,7 @@ set -A args "create" "add" "destroy" "import fakepool" \ "add mirror fakepool" "add raidz fakepool" \ "add raidz1 fakepool" "add raidz2 fakepool" \ "setvprop" "blah blah" "-%" "--?" "-*" "-=" \ - "-a" "-f" "-g" "-h" "-j" "-k" "-m" "-n" "-p" "-p /tmp" \ + "-a" "-f" "-g" "-h" "-j" "-m" "-n" "-p" "-p /tmp" \ "-r" "-t" "-w" "-x" "-y" "-z" \ "-D" "-E" "-G" "-H" "-I" "-J" "-K" "-M" \ "-N" "-Q" "-T" "-W"