aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2024-01-06 18:15:23 +0100
committerMichael Albinus2024-01-06 18:15:23 +0100
commit166b10e9f80dc78147601a87b6425f59860bcfe4 (patch)
tree93d9f906e9772ec769bb494c63df997f6fd544c6 /test
parent3071f6981d5b93b77abbd5cf4a36e15b0b410f3d (diff)
downloademacs-166b10e9f80dc78147601a87b6425f59860bcfe4.tar.gz
emacs-166b10e9f80dc78147601a87b6425f59860bcfe4.zip
Complete change of ert-remote-temporary-file-directory
* lisp/emacs-lisp/ert-x.el: Adapt comment. * test/lisp/net/tramp-tests.el (ert-remote-temporary-file-directory): Make it a defvar.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 3216a8be1b0..91b0542c759 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -134,7 +134,7 @@ A resource file is in the resource directory as per
134 (eval-and-compile 134 (eval-and-compile
135 ;; There is no default value on w32 systems, which could work out 135 ;; There is no default value on w32 systems, which could work out
136 ;; of the box. 136 ;; of the box.
137 (defconst ert-remote-temporary-file-directory 137 (defvar ert-remote-temporary-file-directory
138 (cond 138 (cond
139 ((getenv "REMOTE_TEMPORARY_FILE_DIRECTORY")) 139 ((getenv "REMOTE_TEMPORARY_FILE_DIRECTORY"))
140 ((eq system-type 'windows-nt) null-device) 140 ((eq system-type 'windows-nt) null-device)