Skip to content

Commit

Permalink
Fix make test-internet
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jul 4, 2011
1 parent 1037f5c commit 1e29fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/internet/testcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class InternetTestCase(test.TestCase):

def __init__(self, path, file, mode, context, config):
super(InternetTestCase, self).__init__(context, path)
super(InternetTestCase, self).__init__(context, path, mode)
self.file = file
self.config = config
self.mode = mode
Expand Down

0 comments on commit 1e29fe6

Please sign in to comment.