]> diplodocus.org Git - nmh/blobdiff - test/pick/test-pick
Generalized -Wel fix in test-manpages of commit
[nmh] / test / pick / test-pick
index ce68325d0b496c44f22e5f04c08a4cc66b060d56..e1434dcef5ef359cb767cb66490040bb6164540e 100755 (executable)
@@ -99,14 +99,12 @@ cat >"$expected" <<EOF
 EOF
 check "$expected" "$actual"
 
-if test -w /dev/tty && printf '' >/dev/tty; then
+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
-else
-  echo "$0: skip tty test because can't write to /dev/tty"
 fi
 
 # Also, check that the exit status is 1.