Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dagnelie <[email protected]>
  • Loading branch information
pcd1193182 committed Jul 16, 2024
1 parent 91b5c82 commit e8a9615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/zfs-tests/tests/functional/shared_log/cleanup.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

verify_runnable "global"

zpool import $LOGPOOL
zpool import ${LOGPOOL}2
zpool import $TESTPOOL
zpool import $TESTPOOL2
if datasetexists $TESTPOOL ; then
log_must zpool destroy -f $TESTPOOL
fi
Expand Down

0 comments on commit e8a9615

Please sign in to comment.