From fd1b5cd890931d68facc4e5e6604d577fdddf04a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 5 Jun 2026 13:07:24 +0100 Subject: [PATCH] ; * test/lisp/files-tests.el (w32-downcase-file-names): Declare. --- test/lisp/files-tests.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el index 55011cd461a..5001f9aaf96 100644 --- a/test/lisp/files-tests.el +++ b/test/lisp/files-tests.el @@ -696,6 +696,8 @@ unquoted file names." (tmpdir nospecial-dir t) (should-error (directory-files-and-attributes nospecial-dir)))) +(defvar w32-downcase-file-names) + (ert-deftest files-tests-directory-files-recursively-w32 () "Test MS-Windows specific features of `directory-files-recursively'." (skip-unless (eq system-type 'windows-nt))