projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ea373
)
* test/automated/file-notify-tests.el (file-notify-test02-events):
author
Glenn Morris
<rgm@gnu.org>
Thu, 10 Sep 2015 01:18:36 +0000
(21:18 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 10 Sep 2015 01:18:36 +0000
(21:18 -0400)
Fix recent change.
test/automated/file-notify-tests.el
patch
|
blob
|
history
diff --git
a/test/automated/file-notify-tests.el
b/test/automated/file-notify-tests.el
index 4fe79558dcfdf041db47eea9e5892dfc6fb1896d..2c6f9169b4e0c6ecbe81147f1e18485e223dc1d2 100644
(file)
--- a/
test/automated/file-notify-tests.el
+++ b/
test/automated/file-notify-tests.el
@@
-242,7
+242,7
@@
TIMEOUT is the maximum time to wait for, in seconds."
;; Wait for events, and exit.
(file-notify--wait-for-events 5 file-notify--test-results)
- (should (equal (mapcar #'
second
file-notify--test-events)
+ (should (equal (mapcar #'
cadr
file-notify--test-events)
'(created changed deleted
created changed deleted
created changed renamed)))