Skip to content

Commit 38c3a8b

Browse files
authored
ZTS: Fix 256MB file leak in zed_cksum_reported
Reviewed-by: Tony Hutter <[email protected]> Signed-off-by: Alexander Motin <[email protected]> Sponsored by: iXsystems, Inc. Closes: #17267
1 parent 6afb405 commit 38c3a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zfs-tests/tests/functional/events/zed_cksum_reported.ksh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function cleanup
5555
if poolexists $POOL ; then
5656
destroy_pool $POOL
5757
fi
58-
log_must rm -fd $VDEV $MOUNTDIR
58+
log_must rm -fd $VDEV $VDEV1 $MOUNTDIR
5959
}
6060
log_onexit cleanup
6161

0 commit comments

Comments
 (0)