Issue #25795: Fix several tests to run independently.

These were broken in 3aec776fc796 when they were converted
away from using support.run_unittest().  Oops :)

Initial patch by Felippe da Motta Raposo.
This commit is contained in:
Zachary Ware 2015-12-04 23:32:23 -06:00
parent 939614c48c
commit ac28b796d8
8 changed files with 13 additions and 7 deletions

View file

@ -6,6 +6,7 @@ import os
import signal
import sys
import time
import unittest
from test.fork_wait import ForkWait
from test.support import (reap_children, get_attribute,