mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
Remove another test for "tahoe rm"
This commit is contained in:
parent
e2fb2d0f4e
commit
6da18ad608
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user