From 8729fcac748c07ec84c14bcd5334bd6796b95330 Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Mon, 22 Jun 2020 22:44:53 +0200 Subject: [PATCH] test fix --- test_zfsautobackup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_zfsautobackup.py b/test_zfsautobackup.py index fb77897..dffab28 100644 --- a/test_zfsautobackup.py +++ b/test_zfsautobackup.py @@ -329,7 +329,7 @@ test_target1/fs2/sub@test-20101111000000 def test_clearrefres(self): #on zfs utils 0.6.x this isnt supported, skip for now: - r=shelltest("zfs recv -x bla test; echo $?") + r=shelltest("zfs recv -x bla test &>/dev/null; echo $?") if r=="\n2\n": pass