diff options
| author | Eli Zaretskii | 2015-09-16 21:38:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2015-09-16 21:38:16 +0300 |
| commit | 641350b2fd23e47e7f9c3cc02dda04576fa10df7 (patch) | |
| tree | d8afd579dba8bdf16a9fd9ae1049daca0193875f | |
| parent | 4969489ce0da37b8f6e589a2c8c95a191ef88091 (diff) | |
| download | emacs-641350b2fd23e47e7f9c3cc02dda04576fa10df7.tar.gz emacs-641350b2fd23e47e7f9c3cc02dda04576fa10df7.zip | |
More adaptations in file-notify-tests.el
* test/automated/file-notify-tests.el
(file-notify-test05-dir-validity): Skip for w32notify in
batch-mode. (Bug#21432)
| -rw-r--r-- | test/automated/file-notify-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el index 848225d2387..dfc32443d17 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el | |||
| @@ -411,6 +411,9 @@ Don't wait longer than TIMEOUT seconds for the events to be delivered." | |||
| 411 | (ert-deftest file-notify-test05-dir-validity () | 411 | (ert-deftest file-notify-test05-dir-validity () |
| 412 | "Check `file-notify-valid-p' for directories." | 412 | "Check `file-notify-valid-p' for directories." |
| 413 | (skip-unless (file-notify--test-local-enabled)) | 413 | (skip-unless (file-notify--test-local-enabled)) |
| 414 | ;; The batch-mode operation of w32notify is fragile (there's no | ||
| 415 | ;; input threads to send the message to). | ||
| 416 | (skip-unless (not (and noninteractive (eq file-notify--library 'w32notify)))) | ||
| 414 | (unwind-protect | 417 | (unwind-protect |
| 415 | (progn | 418 | (progn |
| 416 | (setq file-notify--test-tmpfile (file-name-as-directory | 419 | (setq file-notify--test-tmpfile (file-name-as-directory |