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:
parent
f806d67846
commit
7aa7e6bd0a
|
@ -30,7 +30,7 @@ verify_runnable "both"
|
|||
|
||||
function cleanup
|
||||
{
|
||||
local ds
|
||||
typeset ds
|
||||
|
||||
for ds in "$fs" "$vol"; do
|
||||
datasetexists "$ds" && destroy_dataset "$ds"
|
||||
|
|
Loading…
Reference in New Issue