mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Remove config
This commit is contained in:
parent
4d8ca4b428
commit
a9fbf42872
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ class TestConfigs(unittest.TestCase):
|
|||
self.assertEqual('', self.configs.curl_options)
|
||||
self.assertEqual('-c get -e', self.configs.lftp_get_options)
|
||||
self.assertEqual('-c mirror --parallel=100 --only-newer --delete', self.configs.lftp_mirror_options)
|
||||
self.assertEqual({}, self.configs.lftp_mirror_extra_options)
|
||||
self.assertEqual(True, self.configs.ascii_characters)
|
||||
self.assertEqual(True, self.configs.ask_question)
|
||||
self.assertEqual(False, self.configs.parallel_downloads)
|
||||
|
|
Loading…
Reference in a new issue