From: Glenn Morris Date: Tue, 18 Dec 2018 16:25:55 +0000 (-0800) Subject: A filenotify test now passes on hydra X-Git-Tag: emacs-27.0.90~3965 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5486a46d3e38ce227094200562faa1134a041da7;p=emacs.git A filenotify test now passes on hydra * test/lisp/filenotify-tests.el (file-notify-test04-autorevert): Remote test now passes on hydra.nixos.org, since PATH workaround for bug#33781. --- diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index 376b20988af..48dd2de7d12 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -919,8 +919,7 @@ delivered." (file-notify--test-cleanup)))) (file-notify--deftest-remote file-notify-test04-autorevert - "Check autorevert via file notification for remote files." - (if (getenv "EMACS_HYDRA_CI") :failed :passed)) ; fixme bug#33735 + "Check autorevert via file notification for remote files.") (ert-deftest file-notify-test05-file-validity () "Check `file-notify-valid-p' for files."