ZTS: pool_checkpoint path cleanup

Removing hardcoded paths in pool_checkpoint.kshlib

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: bunder2015 <omfgbunder@gmail.com>
Closes #7840
This commit is contained in:
bunder2015 2018-08-30 17:45:16 -04:00 committed by Brian Behlendorf
parent 6fa1e1e73a
commit 9e7fb6c171

View File

@ -349,7 +349,7 @@ function nested_wait_discard_finish
# disks of the nested pool in a temporary directory where we can
# reuse it for each test that requires that setup.
#
SAVEDPOOLDIR="/var/tmp/ckpoint_saved_pool"
SAVEDPOOLDIR="$TEST_BASE_DIR/ckpoint_saved_pool"
function test_group_premake_nested_pools
{