Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2019 19:48:19 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353285 - head/tests/sys/cddl/zfs/tests/cli_root/zdb
Message-ID:  <201910071948.x97JmJwn063823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Mon Oct  7 19:48:18 2019
New Revision: 353285
URL: https://svnweb.freebsd.org/changeset/base/353285

Log:
  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

Modified:
  head/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh

Modified: head/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh
==============================================================================
--- head/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh	Mon Oct  7 19:24:50 2019	(r353284)
+++ head/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh	Mon Oct  7 19:48:18 2019	(r353285)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910071948.x97JmJwn063823>