fixes and more tests

This commit is contained in:
Edwin Eefting
2020-07-08 17:07:21 +02:00
parent 8176326126
commit a6cdd4b89e
2 changed files with 16 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class TestZfsNode(unittest2.TestCase):
#free up space
r=shelltest("rm /test_target1/waste")
r=shelltest("zpool sync")
r=shelltest("zfs umount test_target1")
#should resume and succeed
with io.StringIO() as buf: