Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-27 20:29:36 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-10-27 20:29:36 (GMT)
commitcffb881e9b033cbcfeb3bd9ac11b9ce0cc446a6d (patch)
tree842b5657f56777e69ec8cb92c4d9582922c0f429
parent3cd496a1095f256151e40fddef21065ffd7d5a9b (diff)
parent0b9ac704a32392c4b28220179371f350155dbc88 (diff)
Merge commit 'refs/top-bases/t/bug-1550-mkstemp-only' into t/bug-1550-mkstemp-only
-rwxr-xr-xtests/runalltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runalltests.py b/tests/runalltests.py
index bff2f8c..f59200f 100755
--- a/tests/runalltests.py
+++ b/tests/runalltests.py
@@ -98,7 +98,7 @@ def wait_children():
except OSError, exception:
if exception.errno in (errno.ECHILD, errno.ESRCH):
# ECHILD is not documented in kill(2) and kill(2p), but used by
- # Linux to indicate not child processes remaining to be waited for
+ # Linux to indicate no child processes remaining to be waited for
return
raise