Skip to content

Commit

Permalink
Merge pull request openzfs#10 from Ornias1993/fixzdbtest
Browse files Browse the repository at this point in the history
Remove -Z from the list of invalid zdb parameters
  • Loading branch information
c0d3z3r0 authored Jun 17, 2020
2 parents 3a82e1e + 5c91666 commit f7dd320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ set -A args "create" "add" "destroy" "import fakepool" \
"setvprop" "blah blah" "-%" "--?" "-*" "-=" \
"-a" "-f" "-g" "-j" "-n" "-o" "-p" "-p /tmp" "-r" \
"-t" "-w" "-y" "-z" "-E" "-H" "-I" "-J" "-K" \
"-N" "-Q" "-R" "-T" "-W" "-Z"
"-N" "-Q" "-R" "-T" "-W"

log_assert "Execute zdb using invalid parameters."

Expand Down

0 comments on commit f7dd320

Please sign in to comment.