From 46580fb50037b052801cff51e8184cb3a7a4c378 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Wed, 27 Sep 2023 23:43:37 +0200 Subject: [PATCH] fix test --- tests/test_sendrecvpipes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sendrecvpipes.py b/tests/test_sendrecvpipes.py index c4f4ed5..83fc2cb 100644 --- a/tests/test_sendrecvpipes.py +++ b/tests/test_sendrecvpipes.py @@ -85,7 +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", + ["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")