diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-02-04 18:10:36 +0100 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-02-04 18:10:36 +0100 |
| commit | f32e08730514f2b505c16a33422d3946501a3213 (patch) | |
| tree | 7478acbf19ac85ff3b958250bc0cff5600491662 | |
| parent | 925c882d385afb656a3df2c731143283bfdf57a5 (diff) | |
Start tests in a fresh server process.
* test/pdf-info.ert (pdf-test-with-test-pdf): Added `pdf-info-quit`.
| -rw-r--r-- | test/pdf-info.ert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pdf-info.ert b/test/pdf-info.ert index 8aac181..52f0ab4 100644 --- a/test/pdf-info.ert +++ b/test/pdf-info.ert @@ -5,6 +5,7 @@ (let ((buffer (make-symbol "buffer"))) `(let ((,buffer (find-file-noselect (expand-file-name "test.pdf")))) + (pdf-info-quit) (pdf-info-process-assert-running t) (unwind-protect (with-current-buffer ,buffer ,@body) |
