diff --git a/test/integration/test_json_tarball.py b/test/integration/test_json_tarball.py index 9df7d24..83304ed 100644 --- a/test/integration/test_json_tarball.py +++ b/test/integration/test_json_tarball.py @@ -22,7 +22,7 @@ class TestDirectory(unittest.TestCase): def setUp(self): for d in [TEMPDIR, DESTDIR, EXTRACTDIR]: shutil.rmtree(d, ignore_errors=True) - os.mkdir(d) + os.makedirs(d) def test_size_rolling(self): manager = roll_manager.WritingJSONRollManager(