ZTS: Fix 256MB file leak in zed_cksum_reported

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by:	Alexander Motin <mav@FreeBSD.org>
Sponsored by:	iXsystems, Inc.
Closes: #17267
(cherry picked from commit 38c3a8be83)
This commit is contained in:
Alexander Motin 2025-04-23 21:08:39 -04:00 committed by Tony Hutter
parent 658526db99
commit 7bb7ff7b49

View File

@ -55,7 +55,7 @@ function cleanup
if poolexists $POOL ; then
destroy_pool $POOL
fi
log_must rm -fd $VDEV $MOUNTDIR
log_must rm -fd $VDEV $VDEV1 $MOUNTDIR
}
log_onexit cleanup