; Spelling fix
This commit is contained in:
parent
bb396a369c
commit
1fc98ed073
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue