; Spelling fix

This commit is contained in:
Paul Eggert 2018-01-22 08:41:49 -08:00
parent bb396a369c
commit 1fc98ed073

View file

@ -33,7 +33,7 @@
(ert-deftest shadow-case-insensitive ()
"Test shadowing for case insensitive filenames."
;; Override `file-name-case-insentive-p' so we test the same thing
;; Override `file-name-case-insensitive-p' so we test the same thing
;; regardless of what file system we're running on.
(cl-letf (((symbol-function 'file-name-case-insensitive-p) (lambda (_f) t)))
(should (equal (list (expand-file-name "p1/foo" shadow-tests-data-directory)