diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-08-21 11:03:34 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-08-21 11:03:34 +0200 |
commit | 0f801d4a5e37e69c4e527830f13f255a6f01360b (patch) | |
tree | 1ce6a1036275343373e2a1897c12bb3519066a07 /test/lisp/autorevert-tests.el | |
parent | 9a28cb5a87c420b46a33be97463b23b823b7de2e (diff) | |
download | emacs-0f801d4a5e37e69c4e527830f13f255a6f01360b.tar.gz emacs-0f801d4a5e37e69c4e527830f13f255a6f01360b.tar.bz2 emacs-0f801d4a5e37e69c4e527830f13f255a6f01360b.zip |
; Fix typo introduced by last autorevert-tests patch
Diffstat (limited to 'test/lisp/autorevert-tests.el')
-rw-r--r-- | test/lisp/autorevert-tests.el | 2 |
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.") (cons t (ignore-errors (and - (not (getenv "EMACS_HYDRA_CI")(getenv "EMACS_HYDRA_CI")) + (not (getenv "EMACS_HYDRA_CI")) (file-remote-p auto-revert-test-remote-temporary-file-directory) (file-directory-p auto-revert-test-remote-temporary-file-directory) (file-writable-p |