diff options
Diffstat (limited to 'test/src/fileio-tests.el')
-rw-r--r-- | test/src/fileio-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/fileio-tests.el b/test/src/fileio-tests.el index 7baa4c7e2fa..bedda83bbdb 100644 --- a/test/src/fileio-tests.el +++ b/test/src/fileio-tests.el @@ -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)) |