X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a0a83a5f49e737fb20e3d406ae78b8fc2fbca5f9..2f3e60ab51648c4e0cf0e686600428cd5f56aa66:/test/pick/test-pick?ds=sidebyside diff --git a/test/pick/test-pick b/test/pick/test-pick index ce68325d..eb8d9884 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -99,12 +99,16 @@ cat >"$expected" </dev/tty; 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 - # output so hopefully the user will notice it. - pick -subject message.3 -and -from Test4 >/dev/tty 2>/dev/null +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 + # output so hopefully the user will notice it. + pick -subject message.3 -and -from Test4 >/dev/tty 2>/dev/null + else + echo "$0: skip tty test because can't write to /dev/tty" + fi else echo "$0: skip tty test because can't write to /dev/tty" fi