mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
CLI: test_cli.py -- remove an unnecessary call in test_mkdir_mutable_type. refs #1527
This commit is contained in:
parent
1e59930fda
commit
6b97e6f407
@ -3301,8 +3301,6 @@ class Mkdir(GridTestMixin, CLITestMixin, unittest.TestCase):
|
||||
self.basedir = os.path.dirname(self.mktemp())
|
||||
self.set_up_grid()
|
||||
d = self.do_cli("create-alias", "tahoe")
|
||||
d.addCallback(lambda ignored:
|
||||
self.do_cli("mkdir", "--mutable-type=sdmf", "tahoe:foo"))
|
||||
def _check((rc, out, err), st):
|
||||
self.failUnlessReallyEqual(rc, 0)
|
||||
self.failUnlessReallyEqual(err, "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user