aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/files-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index a72f5754aa6..6b394cd5b7b 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -533,7 +533,6 @@ be invoked with the right arguments."
533 (should-not (file-newer-than-file-p nospecial nospecial)))) 533 (should-not (file-newer-than-file-p nospecial nospecial))))
534 534
535(ert-deftest files-file-name-non-special-notify-handlers () 535(ert-deftest files-file-name-non-special-notify-handlers ()
536 :expected-result :failed
537 (files-tests--with-temp-non-special (tmpfile nospecial) 536 (files-tests--with-temp-non-special (tmpfile nospecial)
538 (let ((watch (file-notify-add-watch nospecial '(change) #'ignore))) 537 (let ((watch (file-notify-add-watch nospecial '(change) #'ignore)))
539 (should (file-notify-valid-p watch)) 538 (should (file-notify-valid-p watch))