X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/495fe9e122c1e90d5ce8cddeb5925b0dae22018c..fed2a57e7333c5f76875d44ccc8abafccd5594ef:/test/pick/test-pick diff --git a/test/pick/test-pick b/test/pick/test-pick index 1c365de4..e1434dce 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -99,14 +99,12 @@ cat >"$expected" </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 - fi +if test -t 1 && (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 fi # Also, check that the exit status is 1.