Skip to content

Commit

Permalink
zfs_get_005_neg.ksh fix typos
Browse files Browse the repository at this point in the history
`test_options_bookmark` function must have an `s` at the end.

Reviewed-by: Marcel Telka <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #5957
  • Loading branch information
gmelikov authored and behlendorf committed Apr 3, 2017
1 parent cb524aa commit e55ebf6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ create_bookmark $TESTPOOL/$TESTVOL $TESTSNAP $TESTBKMARK

log_note "Valid options + invalid properties, 'zfs get' should fail."
test_options "$val_opts_str" "$inval_props_str"
test_options_bookmark "$val_opts_str" "$inval_props_str"
test_options_bookmarks "$val_opts_str" "$inval_props_str"

log_note "Invalid options + valid properties, 'zfs get' should fail."
test_options "$inval_opts_str" "$val_props_str"
test_options_bookmark "$inval_opts_str" "$val_bookmark_props"
test_options_bookmarks "$inval_opts_str" "$val_bookmark_props"

log_note "Invalid options + invalid properties, 'zfs get' should fail."
test_options "$inval_opts_str" "$inval_props_str"
Expand Down

0 comments on commit e55ebf6

Please sign in to comment.