mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-05-30 01:19:16 +03:00
Fix reference string checked by destroymissing test
This commit is contained in:
parent
00b230792a
commit
a078be3e9e
@ -117,7 +117,7 @@ class TestZfsNode(unittest2.TestCase):
|
|||||||
|
|
||||||
print(buf.getvalue())
|
print(buf.getvalue())
|
||||||
#on second run it sees the dangling ex-parent but doesnt know what to do with it (since it has no own snapshot)
|
#on second run it sees the dangling ex-parent but doesnt know what to do with it (since it has no own snapshot)
|
||||||
self.assertIn("test_source1: Destroy missing: has no snapshots made by us.", buf.getvalue())
|
self.assertIn("test_source1: Destroy missing: has no snapshots made by us", buf.getvalue())
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user