svn commit: r292358 - projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zdb
Alan Somers
asomers at FreeBSD.org
Wed Dec 16 20:12:00 UTC 2015
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"
More information about the svn-src-projects
mailing list