diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_002_pos.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_002_pos.ksh index bc50b65cc6d3..b98e5ac92f72 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_002_pos.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_002_pos.ksh @@ -50,14 +50,14 @@ function cleanup for pool in $TESTPOOL $TESTPOOL1 $TESTPOOL2 $TESTPOOL3 $TESTPOOL4 \ $TESTPOOL5 $TESTPOOL6 do - poolexists $pool && destroy_pool $pool + destroy_pool $pool done clean_blockfile "$TESTDIR0 $TESTDIR1" for file in $FILEDISK0 $FILEDISK1 $FILEDISK2 do - if [[ -e $file ]]; then + if [[ -e $TEST_BASE_DIR/$file ]]; then rm -f $TEST_BASE_DIR/$file fi done