Skip to content

Commit

Permalink
DOSE-821 zdb_args_neg test fails due to seg fault (openzfs#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dagnelie <pcd@delphix.com>
  • Loading branch information
pcd1193182 authored Dec 3, 2021
1 parent 3c4f90f commit e4f2a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/zdb/zdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -8430,7 +8430,7 @@ main(int argc, char **argv)
zfs_btree_verify_intensity = 3;

while ((c = getopt(argc, argv,
"a:AB:bcCdDeEf:Fg:GhiI:klLmMo:Op:PqrRsSt:uU:vVx:XYyZz")) != -1) {
"a:AB:bcCdDeEf:Fg:GhiI:klLmMo:Op:PqrRsSt:uU:vVx:XYyZz:")) != -1) {
switch (c) {
case 'b':
case 'c':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ set -A args "create" "add" "destroy" "import fakepool" \
"add raidz1 fakepool" "add raidz2 fakepool" \
"setvprop" "blah blah" "-%" "--?" "-*" "-=" \
"-j" "-n" "-o" "-p" "-p /tmp" \
"-t" "-w" "-z" "-E" "-H" "-I" "-J" "-K" \
"-t" "-w" "-E" "-H" "-I" "-J" "-K" \
"-N" "-Q" "-R" "-T" "-W"

log_assert "Execute zdb using invalid parameters."
Expand Down

0 comments on commit e4f2a76

Please sign in to comment.