emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 080f227: Use utf-8-hfs-unix on macOS (Bug#29712)


From: Alan Third
Subject: [Emacs-diffs] emacs-26 080f227: Use utf-8-hfs-unix on macOS (Bug#29712)
Date: Sat, 16 Dec 2017 13:26:33 -0500 (EST)

branch: emacs-26
commit 080f227331ed328bbe57e8481042e6609beb8964
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    Use utf-8-hfs-unix on macOS (Bug#29712)
    
    This is a quick fix for the Emacs 26 release. Do not merge to master.
    
    * test/src/fileio-tests.el (fileio-tests--symlink-failure): Override
    file-name-coding-system to utf-8-hfs-unix to prevent test failure.
---
 test/src/fileio-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/src/fileio-tests.el b/test/src/fileio-tests.el
index 01c280d..6962b68 100644
--- a/test/src/fileio-tests.el
+++ b/test/src/fileio-tests.el
@@ -29,7 +29,8 @@
 
 (defun fileio-tests--symlink-failure ()
   (let* ((dir (make-temp-file "fileio" t))
-         (link (expand-file-name "link" dir)))
+         (link (expand-file-name "link" dir))
+         (file-name-coding-system 'utf-8-hfs-unix))
     (unwind-protect
         (let (failure
               (char 0))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]