mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Mark failing fileio test on MS-Windows
* test/src/fileio-tests.el (fileio-tests--HOME-trailing-slash): Expect failure on MS-Windows.
This commit is contained in:
parent
e2702ca5fb
commit
e709c187fd
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ Also check that an encoding error can appear in a symlink."
|
|||
|
||||
(ert-deftest fileio-tests--HOME-trailing-slash ()
|
||||
"Test that expand-file-name of \"~\" respects trailing slash."
|
||||
:expected-result (if (memq system-type '(windows-nt ms-dos))
|
||||
:failed
|
||||
:passed)
|
||||
(let ((process-environment (copy-sequence process-environment)))
|
||||
(dolist (home
|
||||
(if (memq system-type '(windows-nt ms-dos))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue