diff --git a/test/content/runtests.js b/test/content/runtests.js index f471d448fb..9019b85d37 100644 --- a/test/content/runtests.js +++ b/test/content/runtests.js @@ -288,8 +288,6 @@ if(run) { var dbFile = Zotero.DataDirectory.getDatabase(); await IOUtils.copy(dbFile, dbFile + '-test-template'); - initPDFToolsPath(); - return mocha.run(); }; }