zfs test suite: fix a typo, TESTPOOL vs TESTPOOL2

This commit is contained in:
Andriy Gapon 2018-03-15 12:44:13 +00:00
parent 2b188a8915
commit aaaf06cd0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330995

View File

@ -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
}