diff options
Diffstat (limited to 'tests/archive_tests.py')
-rw-r--r-- | tests/archive_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py index d890d12f..7bc9ef15 100644 --- a/tests/archive_tests.py +++ b/tests/archive_tests.py @@ -61,7 +61,6 @@ class TarFileArchiveTest(unittest.TestCase): self.tf.add_string(self.copy_strings[0][0], 'tests/string_test.txt') self.tf.finalize('auto') - # Since commit 179d9bb add_file does not support recursive directory # addition. Disable this test for now. # def test_add_dir(self): |