diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el index b84e5711bab..25c206685af 100644 --- a/test/lib-src/emacsclient-tests.el +++ b/test/lib-src/emacsclient-tests.el @@ -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