Exceedingly minor tweak.
This commit is contained in:
parent
69bf13f1e8
commit
a1fb4c891f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue