]> diplodocus.org Git - nmh/blobdiff - test/pick/test-pick
Fix a few warnings.
[nmh] / test / pick / test-pick
index 07eff1ffb3f32dbceb5f7c18ce956a4c860dc03e..e1434dcef5ef359cb767cb66490040bb6164540e 100755 (executable)
@@ -99,7 +99,7 @@ cat >"$expected" <<EOF
 EOF
 check "$expected" "$actual"
 
-if test -w /dev/tty  &&  (printf '' >/dev/tty) 2>/dev/null; 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