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
This commit is contained in:
Alexander Motin 2025-04-23 21:08:39 -04:00 committed by GitHub
parent 6afb405d96
commit 38c3a8be83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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