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