Skip to content

Commit

Permalink
fix test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Sep 27, 2023
1 parent 46580fb commit b817df8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_sendrecvpipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit b817df8

Please sign in to comment.