diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zfs-tests/tests/functional/pool_checkpoint/pool_checkpoint.kshlib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/pool_checkpoint/pool_checkpoint.kshlib b/tests/zfs-tests/tests/functional/pool_checkpoint/pool_checkpoint.kshlib index 54c3affb7..cac05b392 100644 --- a/tests/zfs-tests/tests/functional/pool_checkpoint/pool_checkpoint.kshlib +++ b/tests/zfs-tests/tests/functional/pool_checkpoint/pool_checkpoint.kshlib @@ -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 { |