]> granicus.if.org Git - python/commit
Fix sporadic failure in test_startfile.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 18 Apr 2011 23:35:58 +0000 (01:35 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 18 Apr 2011 23:35:58 +0000 (01:35 +0200)
commitbafc6a9fca08922e1d6593f22d989b3a72bdc4f8
treefe3dcb13cbc40d28403f23ed8b0a56f96d02b342
parent059061a237d6b6358bc22f9257de3cbb0a523483
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