Fix spurious cleanup error.
This commit is contained in:
@@ -11,6 +11,7 @@ class AddrCacheTestCase(unittest.TestCase):
|
||||
self.fname = 'test.dat'
|
||||
|
||||
def tearDown(self):
|
||||
if os.path.exists(self.fname):
|
||||
os.remove(self.fname)
|
||||
|
||||
def testAdd(self):
|
||||
|
||||
Reference in New Issue
Block a user