summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2005-02-15 15:22:37 (GMT)
committerMichael W. Hudson <mwh@python.net>2005-02-15 15:22:37 (GMT)
commita1fb4c891f84989345b0967236954da1c6a94f34 (patch)
tree88b353f970a26f5be0284fbd1f47b81060ad84fe /Lib/test
parent69bf13f1e8d483dae3f1c6f256d52baf436bbc8c (diff)
downloadcpython-a1fb4c891f84989345b0967236954da1c6a94f34.zip
cpython-a1fb4c891f84989345b0967236954da1c6a94f34.tar.gz
cpython-a1fb4c891f84989345b0967236954da1c6a94f34.tar.bz2
Exceedingly minor tweak.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_tempfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py
index d5ae5de..e274c5b 100644
--- a/Lib/test/test_tempfile.py
+++ b/Lib/test/test_tempfile.py
@@ -307,7 +307,7 @@ class test__mkstemp_inner(TC):
retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
self.failIf(retval < 0,
"child process caught fatal signal %d" % -retval)
- self.failIf(retval > 0, "child process reports failure")
+ self.failIf(retval > 0, "child process reports failure %d"%retval)
def test_textmode(self):
# _mkstemp_inner can create files in text mode