test_system.py: remove dead code

This commit is contained in:
Brian Warner 2008-05-20 13:20:48 -07:00
parent 3803d591cf
commit f09f92c371

View File

@ -1525,11 +1525,6 @@ class SystemTest(testutil.SignalMixin, testutil.PollMixin, testutil.StallMixin,
nodeargs = [
"--node-directory", client0_basedir,
#"--dir-cap", private_uri,
]
public_nodeargs = [
"--node-url", self.webish_url,
"--dir-cap", some_uri,
]
TESTDATA = "I will not write the same thing over and over.\n" * 100