diff options
author | bunder2015 <[email protected]> | 2018-08-30 17:45:16 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-08-30 14:45:16 -0700 |
commit | 9e7fb6c1718b4651f9134dde5f9fe79fa44f76d8 (patch) | |
tree | 1bc5667a70df02d6215c4dce2527de11aeadab7f /tests | |
parent | 6fa1e1e73a50d224e0d768fb2ef1d024df50f086 (diff) |
ZTS: pool_checkpoint path cleanup
Removing hardcoded paths in pool_checkpoint.kshlib
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: bunder2015 <[email protected]>
Closes #7840
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 { |