From dd899641eeca595de07c0ae4a8021fa1ca2a9703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Mon, 21 Feb 2022 02:43:49 +0100 Subject: [PATCH] Revert "ZTS: Avoid piping send directly to /dev/null" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1a79f7e86021c5de33d3518dd9a0f14f924ee345. Reviewed-by: Brian Behlendorf Reviewed-by: Paul Dagnelie Reviewed-by: Rich Ercolani Signed-off-by: Ahelenia ZiemiaƄska Closes #13133 --- tests/zfs-tests/tests/functional/history/history_006_neg.ksh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/zfs-tests/tests/functional/history/history_006_neg.ksh b/tests/zfs-tests/tests/functional/history/history_006_neg.ksh index c3a5e092d..19b7114fa 100755 --- a/tests/zfs-tests/tests/functional/history/history_006_neg.ksh +++ b/tests/zfs-tests/tests/functional/history/history_006_neg.ksh @@ -75,9 +75,7 @@ if ! is_linux; then log_must zfs share $fs log_must zfs unshare $fs fi -# https://github.com/openzfs/zfs/issues/11445 -set -o pipefail -log_must zfs send -i $snap1 $snap2 | cat > /dev/null +log_must zfs send -i $snap1 $snap2 > /dev/null log_must zfs holds $snap1 log_must eval "zpool history $TESTPOOL > $NEW_HISTORY"