Skip to content

Commit

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

Please sign in to comment.