more test fixing

This commit is contained in:
Edwin Eefting 2023-09-28 00:00:10 +02:00
parent b817df8779
commit 477e980ba2
No known key found for this signature in database
GPG Key ID: 0F3C35D8E9887737

View File

@ -16,7 +16,7 @@ class TestSendRecvPipes(unittest2.TestCase):
with self.subTest("local local pipe"):
with patch('time.strftime', return_value="test-20101111000000"):
self.assertFalse(ZfsAutobackup(
["test", "test_target1", "--allow-empty", "--exclude-received", "--no-holds", "--no-progress",
["test", "test_target1", "--allow-empty", "--exclude-received", "--no-holds", "--no-progress", "--clear-mountpoint",
"--send-pipe=dd bs=1M", "--recv-pipe=dd bs=2M"]).run())
shelltest("zfs destroy -r test_target1/test_source1/fs1/sub")