summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunder2015 <[email protected]>2018-08-13 11:16:55 -0400
committerBrian Behlendorf <[email protected]>2018-08-13 08:16:55 -0700
commit604016054e947526cd0608174f09e5669ae4ebe3 (patch)
treecf48ff0a88ce11c3fb1d650bdd25b646e863c904
parent5fba582887b732e2ef29b73127147215b075cd92 (diff)
ZTS: inuse_004 path cleanup
Removing hardcoded path in inuse_004 Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: bunder2015 <[email protected]> Closes #7775
-rwxr-xr-xtests/zfs-tests/tests/functional/inuse/inuse_004_pos.ksh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/inuse/inuse_004_pos.ksh b/tests/zfs-tests/tests/functional/inuse/inuse_004_pos.ksh
index 0c61ba075..95d505f35 100755
--- a/tests/zfs-tests/tests/functional/inuse/inuse_004_pos.ksh
+++ b/tests/zfs-tests/tests/functional/inuse/inuse_004_pos.ksh
@@ -73,7 +73,7 @@ function mini_format
parted $disk -s -- mklabel gpt
typeset -i retval=$?
else
- typeset format_file=/var/tmp/format_in.$$.1
+ typeset format_file=$TEST_BASE_DIR/format_in.$$.1
echo "partition" > $format_file
echo "modify" >> $format_file