mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * test/lisp/files-tests.el (w32-downcase-file-names): Declare.
This commit is contained in:
parent
79391d3e19
commit
fd1b5cd890
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue