aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Elling <[email protected]>2019-06-05 16:22:04 -0700
committerBrian Behlendorf <[email protected]>2019-06-10 09:20:42 -0700
commitbef70afaa6fe349022a90ecc395838359ec2e7aa (patch)
tree7903bdbf8a9b6719eaeeda177e126222c10c6c62
parent2ff615b2bf2bcbff90fe7b79de0eceee365a7a5a (diff)
Remove redundant redundant remove
Reviewed by: John Kennedy <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Richard Elling <[email protected]> Closes #8839
-rw-r--r--tests/zfs-tests/include/libtest.shlib1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/zfs-tests/include/libtest.shlib b/tests/zfs-tests/include/libtest.shlib
index b3893c2c3..1b841d7ba 100644
--- a/tests/zfs-tests/include/libtest.shlib
+++ b/tests/zfs-tests/include/libtest.shlib
@@ -939,7 +939,6 @@ function set_partition
rm -f $format_file
fi
- rm -f $format_file
if [[ $ret_val -ne 0 ]]; then
log_note "Unable to format $disk slice $slicenum to $size"
return 1