zfs_get_005_neg.ksh fix typos

`test_options_bookmark` function must have an `s` at the end.

Reviewed-by: Marcel Telka <marcel@telka.sk>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #5957
This commit is contained in:
George Melikov 2017-04-03 22:06:04 +04:00 committed by Brian Behlendorf
parent cb524aa23a
commit e55ebf6afd

View File

@ -133,11 +133,11 @@ create_bookmark $TESTPOOL/$TESTVOL $TESTSNAP $TESTBKMARK
log_note "Valid options + invalid properties, 'zfs get' should fail." log_note "Valid options + invalid properties, 'zfs get' should fail."
test_options "$val_opts_str" "$inval_props_str" 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." log_note "Invalid options + valid properties, 'zfs get' should fail."
test_options "$inval_opts_str" "$val_props_str" 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." log_note "Invalid options + invalid properties, 'zfs get' should fail."
test_options "$inval_opts_str" "$inval_props_str" test_options "$inval_opts_str" "$inval_props_str"