[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 5486a46 1/2: A filenotify test now passes on hydra
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] master 5486a46 1/2: A filenotify test now passes on hydra |
Date: |
Tue, 18 Dec 2018 11:30:12 -0500 (EST) |
branch: master
commit 5486a46d3e38ce227094200562faa1134a041da7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>
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.
---
test/lisp/filenotify-tests.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 376b209..48dd2de 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."