X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8a97d4892770a49955add690ac2a53bdc6bf2fcf..ebe0df80290c736728b00c72fbf62760e906b25d:/test/pick/test-pick diff --git a/test/pick/test-pick b/test/pick/test-pick index 3fff7775..eb8d9884 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -99,8 +99,8 @@ cat >"$expected" </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