]> git.proxmox.com Git - mirror_zfs.git/commit
ZTS: fix "not found" errors
authorLOLi <loli10K@users.noreply.github.com>
Tue, 27 Nov 2018 17:39:37 +0000 (18:39 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 27 Nov 2018 17:39:37 +0000 (09:39 -0800)
commit00369f333809c2d38629abd8ff1fe0383ccd5154
tree76eb3dfce884b28aa41a00cbde4ced7bfb54796e
parent62ee31adcebe64a1b7cdf1225356108a924c595a
ZTS: fix "not found" errors

This commit fixes several "not found" errors caused by calling undefined
or incorrect shell functions in the following ZFS Test Suite groups:

   * alloc_class
   * channel_program/lua_core
   * channel_program/synctask_core
   * cli_root/zpool_import
   * cli_user/misc

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <guss80@gmail.com>
Reviewed-by: bunder2015 <omfgbunder@gmail.com>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #8152
14 files changed:
tests/zfs-tests/tests/functional/alloc_class/alloc_class_012_pos.ksh
tests/zfs-tests/tests/functional/alloc_class/alloc_class_013_pos.ksh
tests/zfs-tests/tests/functional/alloc_class/cleanup.ksh
tests/zfs-tests/tests/functional/channel_program/lua_core/tst.exists.ksh
tests/zfs-tests/tests/functional/channel_program/lua_core/tst.nvlist_to_lua.ksh
tests/zfs-tests/tests/functional/channel_program/lua_core/tst.return_nvlist_neg.ksh
tests/zfs-tests/tests/functional/channel_program/lua_core/tst.return_nvlist_pos.ksh
tests/zfs-tests/tests/functional/channel_program/lua_core/tst.return_recursive_table.ksh
tests/zfs-tests/tests/functional/channel_program/lua_core/tst.timeout.ksh
tests/zfs-tests/tests/functional/channel_program/synctask_core/tst.destroy_fs.ksh
tests/zfs-tests/tests/functional/channel_program/synctask_core/tst.destroy_snap.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cachefile_shared_device.ksh
tests/zfs-tests/tests/functional/cli_user/misc/setup.ksh
tests/zfs-tests/tests/functional/cli_user/misc/zpool_upgrade_001_neg.ksh