* test/lisp/files-tests.el
(files-tests-file-name-non-special-start-file-process): Just disable
the query-on-exit-flag, rather than trying to get the process killed
before the end of test.
(accept-process-output proc)
(goto-char (point-min))
(should (search-forward emacs-version nil t))
- (kill-process proc)
- (accept-process-output proc ))))))
+ (set-process-query-on-exit-flag proc nil))))))
(ert-deftest files-tests-file-name-non-special-substitute-in-file-name ()
(files-tests--with-temp-non-special (tmpfile nospecial)