diff options
| author | Michael Albinus | 2019-08-02 20:13:44 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-08-02 20:13:44 +0200 |
| commit | a6a0e857d4d23726a6f3a90d85e43fd6061e296e (patch) | |
| tree | 2d9b39ddf640e63dd31443344cebfb18985344c7 /test | |
| parent | 10065010a64d4a9a109030773aa835a5c7e00429 (diff) | |
| download | emacs-a6a0e857d4d23726a6f3a90d85e43fd6061e296e.tar.gz emacs-a6a0e857d4d23726a6f3a90d85e43fd6061e296e.zip | |
; Fix typo in filenotify-tests.el
Diffstat (limited to 'test')
| -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 3d2f6e6a73e..2027299197b 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el | |||
| @@ -1397,7 +1397,7 @@ the file watch." | |||
| 1397 | ;; active. We receive the `deleted' event from both the | 1397 | ;; active. We receive the `deleted' event from both the |
| 1398 | ;; directory and the file monitor. The `stopped' event is | 1398 | ;; directory and the file monitor. The `stopped' event is |
| 1399 | ;; from the file monitor. It's undecided in which order the | 1399 | ;; from the file monitor. It's undecided in which order the |
| 1400 | ;; the directory and the file monitor are triggered. | 1400 | ;; directory and the file monitor are triggered. |
| 1401 | (file-notify--test-with-actions '(:random deleted deleted stopped) | 1401 | (file-notify--test-with-actions '(:random deleted deleted stopped) |
| 1402 | (delete-file file-notify--test-tmpfile1)) | 1402 | (delete-file file-notify--test-tmpfile1)) |
| 1403 | (should (file-notify-valid-p file-notify--test-desc1)) | 1403 | (should (file-notify-valid-p file-notify--test-desc1)) |