Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 20:11:58 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r292358 - projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zdb
Message-ID:  <201512162011.tBGKBw4h059532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Wed Dec 16 20:11:58 2015
New Revision: 292358
URL: https://svnweb.freebsd.org/changeset/base/292358

Log:
  Fix the zdb test, since zdb now takes the -o option
  
  Or at least, it will take that option once I upstream the relevant changeset.
  
  Submitted by:	Will
  Sponsored by:	Spectra Logic Corp

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

Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh
==============================================================================
--- projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh	Wed Dec 16 20:05:29 2015	(r292357)
+++ projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zdb/zdb_001_neg.ksh	Wed Dec 16 20:11:58 2015	(r292358)
@@ -67,7 +67,7 @@ set -A args "create" "add" "destroy" "im
     "add mirror fakepool" "add raidz fakepool" \
     "add raidz1 fakepool" "add raidz2 fakepool" \
     "setvprop" "blah blah" "-%" "--?" "-*" "-=" \
-    "-a" "-f" "-g" "-h" "-j" "-k" "-m" "-n" "-o" "-p" "-p /tmp" \
+    "-a" "-f" "-g" "-h" "-j" "-k" "-m" "-n" "-p" "-p /tmp" \
     "-q" "-r" "-t" "-w" "-x" "-y" "-z" \
     "-D" "-E" "-G" "-H" "-I" "-J" "-K" "-M" \
     "-N" "-Q" "-T" "-V" "-W"



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