mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
zfs test suite: fix a typo, TESTPOOL vs TESTPOOL2
This commit is contained in:
parent
2b188a8915
commit
aaaf06cd0c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
function cleanup
|
||||
{
|
||||
poolexists $TESTPOOL && log_must $ZPOOL status $TESTPOOL
|
||||
poolexists $TESTPOOL && log_must $ZPOOL status $TESTPOOL2
|
||||
poolexists $TESTPOOL2 && log_must $ZPOOL status $TESTPOOL2
|
||||
destroy_pool $TESTPOOL
|
||||
destroy_pool $TESTPOOL2
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue