aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"