From: david-sarah Date: Tue, 6 Sep 2011 18:37:30 +0000 (-0700) Subject: CLI: test_cli.py -- remove an unnecessary call in test_mkdir_mutable_type. refs ... X-Git-Tag: allmydata-tahoe-1.9.0a2~58 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=6b97e6f40720bbe46d8958410405fea2ec8f6e5c CLI: test_cli.py -- remove an unnecessary call in test_mkdir_mutable_type. refs #1527 --- diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py index d2b503eb..5d6b7285 100644 --- a/src/allmydata/test/test_cli.py +++ b/src/allmydata/test/test_cli.py @@ -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, "")