ZTS: inuse_004 path cleanup
Removing hardcoded path in inuse_004 Reviewed-by: Giuseppe Di Natale <guss80@gmail.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: bunder2015 <omfgbunder@gmail.com> Closes #7775
This commit is contained in:
parent
5fba582887
commit
604016054e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user