diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/htmlfontify-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/htmlfontify-tests.el b/test/lisp/htmlfontify-tests.el index 0ad775d74a0..614f2a18d8c 100644 --- a/test/lisp/htmlfontify-tests.el +++ b/test/lisp/htmlfontify-tests.el | |||
| @@ -36,7 +36,7 @@ available (Bug#25468)." | |||
| 36 | (should (equal (let ((process-environment | 36 | (should (equal (let ((process-environment |
| 37 | (cons "SHELL=/does/not/exist" process-environment))) | 37 | (cons "SHELL=/does/not/exist" process-environment))) |
| 38 | (call-process | 38 | (call-process |
| 39 | (expand-file-name (invocation-name) (invocation-directory)) | 39 | (expand-file-name invocation-name invocation-directory) |
| 40 | nil nil nil | 40 | nil nil nil |
| 41 | "--quick" "--batch" | 41 | "--quick" "--batch" |
| 42 | (concat "--load=" (locate-library "htmlfontify")))) | 42 | (concat "--load=" (locate-library "htmlfontify")))) |