fix test 2

This commit is contained in:
Edwin Eefting 2023-09-27 23:47:54 +02:00
parent 46580fb500
commit b817df8779
No known key found for this signature in database
GPG Key ID: 0F3C35D8E9887737

View File

@ -85,8 +85,7 @@ test_target1/test_source2/fs2/sub@test-20101111000003
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", "--clear-mountpoint"
"--buffer=1M"]).run())
["test", "test_target1", "--allow-empty", "--exclude-received", "--no-holds", "--no-progress", "--clear-mountpoint", "--buffer=1M"]).run())
shelltest("zfs destroy -r test_target1/test_source1/fs1/sub")