mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
emacsclient-tests: don't load the site file
* test/lib-src/emacsclient-tests.el (emacsclient-test-alternate-editor-allows-arguments) (emacsclient-test-alternate-editor-allows-quotes): Invoke the alternate editor with -Q to suppress site file loading. (Bug#81676)
This commit is contained in:
parent
b4612c6f29
commit
442674babb
|
|
@ -50,12 +50,13 @@
|
|||
|
||||
(ert-deftest emacsclient-test-alternate-editor-allows-arguments ()
|
||||
(emacsclient-test-call-emacsclient
|
||||
(concat (expand-file-name invocation-name invocation-directory) " --batch")))
|
||||
(concat (expand-file-name invocation-name invocation-directory)
|
||||
" --batch -Q")))
|
||||
|
||||
(ert-deftest emacsclient-test-alternate-editor-allows-quotes ()
|
||||
(emacsclient-test-call-emacsclient
|
||||
(concat "\"" (expand-file-name invocation-name invocation-directory)
|
||||
"\"" " --batch")))
|
||||
"\"" " --batch -Q")))
|
||||
|
||||
(provide 'emacsclient-tests)
|
||||
;;; emacsclient-tests.el ends here
|
||||
|
|
|
|||
Loading…
Reference in a new issue