From: Eli Zaretskii Date: Thu, 17 Jul 2025 07:40:33 +0000 (+0300) Subject: ; Fix last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fe895fb0399adc7a2aef9b10cc47ca30f1829ec;p=emacs.git ; Fix last change. (cherry picked from commit ae560ae11c1d4b1ae5e130f3a942364dcaf69b62) --- diff --git a/test/src/fileio-tests.el b/test/src/fileio-tests.el index 066dd901434..211536f415a 100644 --- a/test/src/fileio-tests.el +++ b/test/src/fileio-tests.el @@ -201,6 +201,7 @@ Also check that an encoding error can appear in a symlink." (let* ((dir-name (directory-file-name dir)) (err (should-error (insert-file-contents dir-name))) (desc-string + ;; On MS-Windows we fail trying to 'open' a directory. (if (eq system-type 'windows-nt) "Opening input file" "Read error")))