emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e709c18: Mark failing fileio test on MS-Windows


From: Paul Eggert
Subject: master e709c18: Mark failing fileio test on MS-Windows
Date: Sat, 29 Aug 2020 16:34:45 -0400 (EDT)

branch: master
commit e709c187fde76573ea3ec3a5f14e09b9ed59525f
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Mark failing fileio test on MS-Windows
    
    * test/src/fileio-tests.el (fileio-tests--HOME-trailing-slash):
    Expect failure on MS-Windows.
---
 test/src/fileio-tests.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/src/fileio-tests.el b/test/src/fileio-tests.el
index 7baa4c7..bedda83 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]