projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de3622c
)
nonblocking tests: Tweak comment.
author
Bruno Haible
<bruno@clisp.org>
Mon, 18 Apr 2011 08:46:53 +0000
(10:46 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 18 Apr 2011 08:46:53 +0000
(10:46 +0200)
tests/test-nonblocking-reader.h
patch
|
blob
|
history
diff --git
a/tests/test-nonblocking-reader.h
b/tests/test-nonblocking-reader.h
index 2099b69b250df2ed4efb89616f32530c488e765c..220862ff2d0223ca99af91e586421b3cc169dc95 100644
(file)
--- a/
tests/test-nonblocking-reader.h
+++ b/
tests/test-nonblocking-reader.h
@@
-106,7
+106,7
@@
full_read_from_nonblocking_fd (size_t fd, void *buf, size_t count)
dbgfprintf (stderr, "%s: << read -> %ld%s\n", PROG_ROLE,
(long) ret, dbgstrerror (ret < 0, saved_errno));
/* This assertion fails if the non-blocking flag is effectively not set
- on fd
= STDIN_FILENO
. */
+ on fd. */
ASSERT (spent_time < 0.5);
if (ret < 0)
{