aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/fns-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/fns-tests.el b/test/src/fns-tests.el
index d751acb7478..705d02fdff6 100644
--- a/test/src/fns-tests.el
+++ b/test/src/fns-tests.el
@@ -154,7 +154,7 @@
154 (9 . "aaa") (9 . "zzz") (9 . "ppp") (9 . "fff")]))) 154 (9 . "aaa") (9 . "zzz") (9 . "ppp") (9 . "fff")])))
155 155
156(ert-deftest fns-tests-collate-sort () 156(ert-deftest fns-tests-collate-sort ()
157 ;; See https://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02505.html. 157 ;; See https://lists.gnu.org/r/emacs-devel/2015-10/msg02505.html.
158 :expected-result (if (eq system-type 'cygwin) :failed :passed) 158 :expected-result (if (eq system-type 'cygwin) :failed :passed)
159 (skip-unless (fns-tests--collate-enabled-p)) 159 (skip-unless (fns-tests--collate-enabled-p))
160 160