aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2023-10-16 09:02:39 +0200
committerMichael Albinus2023-10-16 09:02:39 +0200
commit2071904d5199c903c718d67fc9d47e6787f5114e (patch)
treee46d20787e4f3622b245146cdde20514dd14d611 /test
parent36656ff70e3d8971117b0d25b2afd2727b09b098 (diff)
parent07c45f20fd3828548d5f0c110034e9857a94ccaf (diff)
downloademacs-2071904d5199c903c718d67fc9d47e6787f5114e.tar.gz
emacs-2071904d5199c903c718d67fc9d47e6787f5114e.zip
Merge from origin/emacs-29
07c45f20fd3 Fix test in files-tests 5d3f3288d22 ; * doc/emacs/search.texi (Regexp Backslash): Improve ind... 9525315c117 Add missing :version to two defcustoms 9044d4d94bb Fix a defcustom :type in eldoc.el 8141d73ea7f Document 'M-x align' in the Emacs manual
Diffstat (limited to 'test')
-rw-r--r--test/lisp/files-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index d08f98b34f0..63ce4dab7eb 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -685,7 +685,8 @@ unquoted file names."
685 685
686(ert-deftest files-tests-file-name-non-special-expand-file-name-tilde () 686(ert-deftest files-tests-file-name-non-special-expand-file-name-tilde ()
687 (let ((process-environment 687 (let ((process-environment
688 (cons (format "HOME=%s" temporary-file-directory) process-environment)) 688 (cons (format "HOME=%s" (file-truename temporary-file-directory))
689 process-environment))
689 abbreviated-home-dir) 690 abbreviated-home-dir)
690 (files-tests--with-temp-non-special (tmpfile nospecial) 691 (files-tests--with-temp-non-special (tmpfile nospecial)
691 (let (file-name-handler-alist) 692 (let (file-name-handler-alist)