]> git.proxmox.com Git - mirror_zfs.git/commitdiff
ZTS: pool_checkpoint path cleanup
authorbunder2015 <omfgbunder@gmail.com>
Thu, 30 Aug 2018 21:45:16 +0000 (17:45 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 30 Aug 2018 21:45:16 +0000 (14:45 -0700)
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

tests/zfs-tests/tests/functional/pool_checkpoint/pool_checkpoint.kshlib

index 54c3affb76379ca9d2a7b3af58068b001b0010c8..cac05b3926458d234a48516b3ad0c1e81c5425a7 100644 (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
 {