From 4331326b21028ff5c82dee86bcfa25b71ee33c8a Mon Sep 17 00:00:00 2001 From: kevan Date: Sun, 19 Jul 2009 20:45:53 -0700 Subject: [PATCH] Add tests for tahoe mv help text --- src/allmydata/test/test_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/allmydata/test/test_cli.py b/src/allmydata/test/test_cli.py index a2179a48..d0d2fc45 100644 --- a/src/allmydata/test/test_cli.py +++ b/src/allmydata/test/test_cli.py @@ -391,6 +391,7 @@ class Help(unittest.TestCase): def test_mv(self): help = str(cli.MvOptions()) self.failUnless("mv FROM TO" in help, help) + self.failUnless("Use 'tahoe mv' to move files" in help) def test_ln(self): help = str(cli.LnOptions()) -- 2.45.2