]> granicus.if.org Git - python/commit
Fix sporadic failure in test_startfile.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 18 Apr 2011 23:38:47 +0000 (01:38 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 18 Apr 2011 23:38:47 +0000 (01:38 +0200)
commit58de6ee8711a079da0b555221ae739d6a69df2f7
treed5301552b785e796a0f59c6a09490997b737466e
parent6c9b35bfe2585af08ea6480294e096e2d2397fe3
Fix sporadic failure in test_startfile.

Wait for the child process to terminate before ending the test, so that the
regrtest cleanup code doesn't get an error when it tries to delete the
temporary CWD.
Lib/test/test_startfile.py
Misc/NEWS