diff --git a/tests/test_sendrecvpipes.py b/tests/test_sendrecvpipes.py index 83fc2cb..5e536a2 100644 --- a/tests/test_sendrecvpipes.py +++ b/tests/test_sendrecvpipes.py @@ -85,8 +85,7 @@ def test_buffer(self): 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")