mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
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:
parent
cb524aa23a
commit
e55ebf6afd
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user