aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/zpool_replace_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/cddl/zfs/tests/cli_root/zpool_replace/zpool_replace_test.sh')
-rwxr-xr-xtests/sys/cddl/zfs/tests/cli_root/zpool_replace/zpool_replace_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/zpool_replace_test.sh b/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/zpool_replace_test.sh
index f8f85d168073..78add31df15c 100755
--- a/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/zpool_replace_test.sh
+++ b/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/zpool_replace_test.sh
@@ -30,7 +30,7 @@ atf_test_case zpool_replace_001_neg cleanup
zpool_replace_001_neg_head()
{
atf_set "descr" "Executing 'zpool replace' with bad options fails"
- atf_set "require.progs" zpool
+ atf_set "require.progs" "ksh93 zpool"
}
zpool_replace_001_neg_body()
{
@@ -53,7 +53,7 @@ atf_test_case zpool_replace_002_neg cleanup
zpool_replace_002_neg_head()
{
atf_set "descr" "'zpool replace' should fail if the new device is too small"
- atf_set "require.progs" zpool
+ atf_set "require.progs" "ksh93 zpool"
}
zpool_replace_002_neg_body()
{