diff options
author | Glenn Morris <rgm@gnu.org> | 2018-12-18 08:25:55 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-12-18 08:25:55 -0800 |
commit | 5486a46d3e38ce227094200562faa1134a041da7 (patch) | |
tree | 300c880bc856ccf3a057067c448409f1252f442b /test/lisp/filenotify-tests.el | |
parent | 710e79a6c56aff69d69ae7c003346bb38c3e9939 (diff) | |
download | emacs-5486a46d3e38ce227094200562faa1134a041da7.tar.gz emacs-5486a46d3e38ce227094200562faa1134a041da7.tar.bz2 emacs-5486a46d3e38ce227094200562faa1134a041da7.zip |
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.
Diffstat (limited to 'test/lisp/filenotify-tests.el')
-rw-r--r-- | test/lisp/filenotify-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
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." |