aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-08-21 11:03:34 +0200
committerMichael Albinus2019-08-21 11:03:34 +0200
commit0f801d4a5e37e69c4e527830f13f255a6f01360b (patch)
tree1ce6a1036275343373e2a1897c12bb3519066a07
parent9a28cb5a87c420b46a33be97463b23b823b7de2e (diff)
downloademacs-0f801d4a5e37e69c4e527830f13f255a6f01360b.tar.gz
emacs-0f801d4a5e37e69c4e527830f13f255a6f01360b.zip
; Fix typo introduced by last autorevert-tests patch
-rw-r--r--test/lisp/autorevert-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el
index 9c41ea7af9f..0aec1800dfe 100644
--- a/test/lisp/autorevert-tests.el
+++ b/test/lisp/autorevert-tests.el
@@ -111,7 +111,7 @@ being the result.")
111 (cons 111 (cons
112 t (ignore-errors 112 t (ignore-errors
113 (and 113 (and
114 (not (getenv "EMACS_HYDRA_CI")(getenv "EMACS_HYDRA_CI")) 114 (not (getenv "EMACS_HYDRA_CI"))
115 (file-remote-p auto-revert-test-remote-temporary-file-directory) 115 (file-remote-p auto-revert-test-remote-temporary-file-directory)
116 (file-directory-p auto-revert-test-remote-temporary-file-directory) 116 (file-directory-p auto-revert-test-remote-temporary-file-directory)
117 (file-writable-p 117 (file-writable-p