Exceedingly minor tweak.

This commit is contained in:
Michael W. Hudson 2005-02-15 15:22:37 +00:00
parent 69bf13f1e8
commit a1fb4c891f
1 changed files with 1 additions and 1 deletions

View File

@ -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