From b72d178a042f6b51c9885059293fb14a838975f2 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sun, 2 Apr 2017 18:37:00 +0300 Subject: [PATCH] 8022 zfs_get_005_neg.ksh: Typo in the test_options_bookmarks function name Reviewed by: Marcel Telka Reviewed by: Andrew Stormont Reviewed by: Matthew Ahrens Reviewed by: John Kennedy Approved by: Dan McDonald --- .../tests/functional/cli_root/zfs_get/zfs_get_005_neg.ksh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_005_neg.ksh b/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_005_neg.ksh index 0341d4dc2d96..472402d81538 100644 --- a/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_005_neg.ksh +++ b/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_005_neg.ksh @@ -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"