diff options
| author | Michael Albinus | 2019-04-13 11:12:16 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-04-13 11:12:16 +0200 |
| commit | bfa9e7452cd28704ef97f2df9a85af66b47ad220 (patch) | |
| tree | 0aa290489b9090caa4169bb27d29f7bb6a7b7b51 | |
| parent | ae21fb3dbc1a596e5bc18a3b7f8a1460b9b0fca3 (diff) | |
| download | emacs-bfa9e7452cd28704ef97f2df9a85af66b47ad220.tar.gz emacs-bfa9e7452cd28704ef97f2df9a85af66b47ad220.zip | |
Fix last patch
| -rw-r--r-- | test/lisp/filenotify-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index bf13fc1e857..842d66d7780 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el | |||
| @@ -267,7 +267,7 @@ This returns only for the local case and gfilenotify; otherwise it is nil. | |||
| 267 | `(ert-deftest ,(intern (concat (symbol-name test) "-remote")) () | 267 | `(ert-deftest ,(intern (concat (symbol-name test) "-remote")) () |
| 268 | ,docstring | 268 | ,docstring |
| 269 | :expected-result (or ,expected :passed) | 269 | :expected-result (or ,expected :passed) |
| 270 | :tags ,(if skip '(:expensive-test :unstable) '(:expensive-test)) | 270 | :tags ,(if skip ''(:expensive-test :unstable) ''(:expensive-test)) |
| 271 | (let* ((temporary-file-directory | 271 | (let* ((temporary-file-directory |
| 272 | file-notify-test-remote-temporary-file-directory) | 272 | file-notify-test-remote-temporary-file-directory) |
| 273 | (ert-test (ert-get-test ',test)) | 273 | (ert-test (ert-get-test ',test)) |