diff --git a/test/test_ui_commands.py b/test/test_ui_commands.py index fd1bb9243..1d9cae048 100644 --- a/test/test_ui_commands.py +++ b/test/test_ui_commands.py @@ -37,7 +37,7 @@ class QueryTest(_common.TestCase): self.lib = library.Library(":memory:", self.libdir) # Alternate destination directory. - self.otherdir = os.path.join(self.temp_dir, b"testotherdir") + # self.otherdir = os.path.join(self.temp_dir, b"testotherdir") def add_item(self, filename=b"srcfile", templatefile=b"full.mp3"): itempath = os.path.join(self.libdir, filename)