aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <[email protected]>2022-02-21 02:43:49 +0100
committerBrian Behlendorf <[email protected]>2022-03-08 09:33:10 -0800
commitdd899641eeca595de07c0ae4a8021fa1ca2a9703 (patch)
tree164c3db6f3c79a48daf81542872827f5484edbda
parentd1a5e9594cb119a4741c5a7ba13abfe59e0575e1 (diff)
Revert "ZTS: Avoid piping send directly to /dev/null"
This reverts commit 1a79f7e86021c5de33d3518dd9a0f14f924ee345. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Paul Dagnelie <[email protected]> Reviewed-by: Rich Ercolani <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13133
-rwxr-xr-xtests/zfs-tests/tests/functional/history/history_006_neg.ksh4
1 files changed, 1 insertions, 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"