diff options
Diffstat (limited to 'test/automated/file-notify-tests.el')
-rw-r--r-- | test/automated/file-notify-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el index 8e3a7918c80..46d287fe60d 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el @@ -72,7 +72,7 @@ (defun file-notify--test-local-enabled () "Whether local file notification is enabled. This is needed for local `temporary-file-directory' only, in the -remote case we return always `t'." +remote case we return always t." (or file-notify--library (file-remote-p temporary-file-directory))) |