From: Glenn Morris Date: Thu, 10 Sep 2015 01:18:36 +0000 (-0400) Subject: * test/automated/file-notify-tests.el (file-notify-test02-events): X-Git-Tag: emacs-25.0.90~1224^2~170 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a9d4fd2afb6fad59617f5ca8db556f4b3e01c8f;p=emacs.git * test/automated/file-notify-tests.el (file-notify-test02-events): Fix recent change. --- 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." ;; 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)))