]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 17 Jul 2025 07:40:33 +0000 (10:40 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 11:57:12 +0000 (13:57 +0200)
(cherry picked from commit ae560ae11c1d4b1ae5e130f3a942364dcaf69b62)

test/src/fileio-tests.el

index 066dd9014343403e0c1ed093fa9b9e2c2f053b07..211536f415a9d657696e3ace94a2ea597978411d 100644 (file)
@@ -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")))