summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2013-11-28 17:14:13 +0100
committerMichael Albinus <michael.albinus@gmx.de>2013-11-28 17:14:13 +0100
commit23293cb07ae8b48ae9159142dfcb5e7a51bc422a (patch)
tree36ba37dd91fc467072c4a84b214bcc40bdcb57b9 /test
parent1b10adb6822fe1fc2eb503caa43e5c75da197394 (diff)
downloademacs-23293cb07ae8b48ae9159142dfcb5e7a51bc422a.tar.gz
* automated/file-notify-tests.el (auto-revert-stop-on-user-input):
Set to nil.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/file-notify-tests.el5
2 files changed, 8 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 1237d4629a9..fd54464528a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-28 Michael Albinus <michael.albinus@gmx.de>
+
+ * automated/file-notify-tests.el (auto-revert-stop-on-user-input):
+ Set to nil.
+
2013-11-27 Michael Albinus <michael.albinus@gmx.de>
* automated/file-notify-tests.el
diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el
index 1d0a63b6ada..b8d30ecf070 100644
--- a/test/automated/file-notify-tests.el
+++ b/test/automated/file-notify-tests.el
@@ -232,9 +232,10 @@ Save the result in `file-notify--test-results', for later analysis."
(file-notify--deftest-remote file-notify-test02-events
"Check file creation/removal notifications for remote files.")
-;; autorevert runs only in interactive mode.
(defvar auto-revert-remote-files)
-(setq auto-revert-remote-files t)
+(defvar auto-revert-stop-on-user-input)
+(setq auto-revert-remote-files t
+ auto-revert-stop-on-user-input nil)
(require 'autorevert)
(ert-deftest file-notify-test03-autorevert ()