# Remove line info out of order warnings
$SED "/warning: line info addresses out of order/d" |
+# FreeBSD sanity level >= 3 warnings
+$SED "/main Warning: due to transparent memory mappings with MAP_STACK/d" |
+$SED "/main --sanity-level=3 and above may give spurious errors./d" |
+
# Older bash versions print abnormal termination messages on the stderr
# of the bash process. Newer bash versions redirect such messages properly.
# Suppress any redirected abnormal termination messages. You can find the