Remove another test for "tahoe rm"

This commit is contained in:
Jean-Paul Calderone 2020-01-17 10:00:55 -05:00
parent e2fb2d0f4e
commit 6da18ad608

View File

@ -570,10 +570,6 @@ class Help(unittest.TestCase):
help = str(cli.UnlinkOptions())
self.failUnlessIn("[options] REMOTE_FILE", help)
def test_rm(self):
help = str(cli.RmOptions())
self.failUnlessIn("[options] REMOTE_FILE", help)
def test_mv(self):
help = str(cli.MvOptions())
self.failUnlessIn("[options] FROM TO", help)