]> diplodocus.org Git - nmh/blobdiff - test/pick/test-pick
Removed unused function seek_home().
[nmh] / test / pick / test-pick
index 08772bfdb7ef76f0cb3d57dfa84bbf0c7e9df7a4..9b737ceca7b2a3fd7dc02a109045e8029a335e94 100755 (executable)
@@ -98,7 +98,7 @@ cat >$expected <<EOF
 EOF
 check $expected $actual
 
 EOF
 check $expected $actual
 
-if test -w /dev/tty; then
+if test -w /dev/tty && printf '' >/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
   # 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