Added a test for a bug I thought was there but turns out isn't.

This commit is contained in:
Jeremy Fincher 2003-11-09 14:19:50 +00:00
parent 717fcab297
commit afeba84113

View File

@ -45,6 +45,8 @@ if os.name == 'posix':
self.assertError('spell -')
self.assertError('spell .')
self.assertError('spell ?')
self.assertNotError('spell whereever')
self.assertNotRegexp('spell foo', 'whatever')
def testErrno(self):
self.assertRegexp('errno 12', '^ENOMEM')