aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-09-09 21:18:36 -0400
committerGlenn Morris2015-09-09 21:18:36 -0400
commit0a9d4fd2afb6fad59617f5ca8db556f4b3e01c8f (patch)
tree9c4df96e4b9a08842fdf0b01683ad8a3b716bc09
parent54ea37308a5f6d7dc803dafaef0030ab5630f68c (diff)
downloademacs-0a9d4fd2afb6fad59617f5ca8db556f4b3e01c8f.tar.gz
emacs-0a9d4fd2afb6fad59617f5ca8db556f4b3e01c8f.zip
* test/automated/file-notify-tests.el (file-notify-test02-events):
Fix recent change.
-rw-r--r--test/automated/file-notify-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el
index 4fe79558dcf..2c6f9169b4e 100644
--- 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."
242 242
243 ;; Wait for events, and exit. 243 ;; Wait for events, and exit.
244 (file-notify--wait-for-events 5 file-notify--test-results) 244 (file-notify--wait-for-events 5 file-notify--test-results)
245 (should (equal (mapcar #'second file-notify--test-events) 245 (should (equal (mapcar #'cadr file-notify--test-events)
246 '(created changed deleted 246 '(created changed deleted
247 created changed deleted 247 created changed deleted
248 created changed renamed))) 248 created changed renamed)))