Variable: ert-temp-file-prefix

ert-temp-file-prefix is a variable defined in ert-x.el.gz.

Value

"emacs-test-"

Documentation

Prefix used by ert-with-temp-file and ert-with-temp-directory.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert-x.el.gz
(defvar ert-temp-file-prefix "emacs-test-"
  "Prefix used by `ert-with-temp-file' and `ert-with-temp-directory'.")