From e08de2bae2a8e91c0245259dfcbfdca1d191a119 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 26 Jan 2018 11:57:41 +0100 Subject: Handle quoted file names in filenotify.el * lisp/filenotify.el (file-notify-add-watch): Do not save quoted file names in `file-notify-descriptors'. * test/lisp/files-tests.el (files-file-name-non-special-notify-handlers): Do not expect to fail. --- test/lisp/files-tests.el | 1 - 1 file changed, 1 deletion(-) (limited to 'test/lisp/files-tests.el') 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." (should-not (file-newer-than-file-p nospecial nospecial)))) (ert-deftest files-file-name-non-special-notify-handlers () - :expected-result :failed (files-tests--with-temp-non-special (tmpfile nospecial) (let ((watch (file-notify-add-watch nospecial '(change) #'ignore))) (should (file-notify-valid-p watch)) -- cgit v1.2.1