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.
(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))