aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <[email protected]>2022-03-09 00:18:26 +0100
committerBrian Behlendorf <[email protected]>2022-04-01 17:56:45 -0700
commit7aa7e6bd0ad71d75a800d7892bb3d055748c3680 (patch)
tree48db3892ef70dec1ed0218779351dc1ff587a390
parentf806d678462ca5fa492f38c6913ff5f3a8e5dadb (diff)
tests: zfs_create_nomount: undefined local -> typeset
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13259
-rwxr-xr-xtests/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_nomount.ksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_nomount.ksh b/tests/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_nomount.ksh
index e1fbbe63a..5b0478e85 100755
--- a/tests/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_nomount.ksh
+++ b/tests/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_nomount.ksh
@@ -30,7 +30,7 @@ verify_runnable "both"
function cleanup
{
- local ds
+ typeset ds
for ds in "$fs" "$vol"; do
datasetexists "$ds" && destroy_dataset "$ds"