test-pick on Solaris, here's an attempt to squelch that.
EOF
check "$expected" "$actual"
EOF
check "$expected" "$actual"
-if test -w /dev/tty 2>/dev/null; then
- if printf '' >/dev/tty; then
+if test -w /dev/tty; then
+ if (printf '' >/dev/tty) 2>/dev/null; then
# Produce no standard output if no messages match and standard
# output is a tty. To test that even when run with stdout
# detached, write directly to /dev/tty. Can't capture the
# Produce no standard output if no messages match and standard
# output is a tty. To test that even when run with stdout
# detached, write directly to /dev/tty. Can't capture the