tests: zfs_create_nomount: undefined local -> typeset

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13259
This commit is contained in:
наб 2022-03-09 00:18:26 +01:00 committed by Brian Behlendorf
parent f806d67846
commit 7aa7e6bd0a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ verify_runnable "both"
function cleanup
{
local ds
typeset ds
for ds in "$fs" "$vol"; do
datasetexists "$ds" && destroy_dataset "$ds"