]> git.proxmox.com Git - mirror_zfs.git/commit
ZTS: Add missing quotes
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 4 Mar 2020 23:10:45 +0000 (15:10 -0800)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2020 23:10:45 +0000 (15:10 -0800)
commitfa23c5be88e79d2da3d3482221e2e24d0d72de68
treece2c5ed0c6832b54e2a91c76973d4d91f82f4316
parent4b06d052986675c0bdcbb7eec343da24c15558b3
ZTS: Add missing quotes

`default_setup` takes a disk list as the first argument and has
optional additional arguments that control secondary functionality.
A couple of test setups mistakenly call `default_setup $DISKS`.

Add quotes so the second and subsequent disks are correctly included
in the pool as vdevs rather than triggering unwanted behavior from
`default_setup`.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #10097
tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/setup.ksh
tests/zfs-tests/tests/functional/write_dirs/setup.ksh