projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c73a92
)
Ensure that writes to /dev/tty succeed to determine if it is writeable.
author
Alexander Zangerl
<exmh@bin.snafu.priv.at>
Sun, 10 Jun 2012 14:19:20 +0000
(09:19 -0500)
committer
David Levine
<levinedl@acm.org>
Sun, 10 Jun 2012 14:19:20 +0000
(09:19 -0500)
test/pick/test-pick
patch
|
blob
|
history
diff --git
a/test/pick/test-pick
b/test/pick/test-pick
index
08772bf
..
9b737ce
100755
(executable)
--- a/
test/pick/test-pick
+++ b/
test/pick/test-pick
@@
-98,7
+98,7
@@
cat >$expected <<EOF
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