Skip to content

Commit

Permalink
8022 zfs_get_005_neg.ksh: Typo in the test_options_bookmarks function…
Browse files Browse the repository at this point in the history
… name

Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: John Kennedy <jwk404@gmail.com>
Approved by: Dan McDonald <danmcd@omniti.com>
  • Loading branch information
gmelikov authored and Dan McDonald committed Apr 4, 2017
1 parent 92c82aa commit b72d178
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -137,11 +137,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 b72d178

Please sign in to comment.