]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/automated/file-notify-tests.el (file-notify-test02-events):
authorGlenn Morris <rgm@gnu.org>
Thu, 10 Sep 2015 01:18:36 +0000 (21:18 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 10 Sep 2015 01:18:36 +0000 (21:18 -0400)
Fix recent change.

test/automated/file-notify-tests.el

index 4fe79558dcfdf041db47eea9e5892dfc6fb1896d..2c6f9169b4e0c6ecbe81147f1e18485e223dc1d2 100644 (file)
@@ -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)))