# HG changeset patch # User Franz Glasner # Date 1726261501 -7200 # Node ID 687d458b27f39024496250597f8dd7d14c845613 # Parent a6cebc41a659d4c9d14faa531e91541aa4be8686 farray.sh: mark valid low-level error messages as such diff -r a6cebc41a659 -r 687d458b27f3 share/local-bsdtools/farray.sh --- a/share/local-bsdtools/farray.sh Fri Sep 13 23:04:17 2024 +0200 +++ b/share/local-bsdtools/farray.sh Fri Sep 13 23:05:01 2024 +0200 @@ -1625,8 +1625,11 @@ fi if farray_destroy TEST; then echo "DESTROY succeeded (ERROR)" + else + echo "(this is ok)" fi farray_destroy TEST || true + echo "(this is ok)" # shellcheck disable=SC1003 farray_create CMD zfs list "-H" "-o" "name,canmount,mounted,mountpoint,origin" "zpool/ROOT/test- YYY" "'" '\' 'abc'\''d\tef' @@ -1716,6 +1719,8 @@ fi if falist_destroy LIST ; then echo "DESTROY SUCCEEDED (ERROR)" + else + echo "(this is ok)" fi # Deletion of keys