]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix copy-paste error in autorevert-test
authorMattias Engdegård <mattiase@acm.org>
Mon, 10 Jun 2019 10:20:13 +0000 (12:20 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 10 Jun 2019 10:44:26 +0000 (12:44 +0200)
* test/lisp/autorevert-tests.el: Use correct name to define a remote test.

test/lisp/autorevert-tests.el

index 00c7ee25755c6cb03c8540db329c70707778fe9f..3c9e04bf194f313ea1cd0083fddcb1de161511c0 100644 (file)
@@ -539,7 +539,7 @@ This expects `auto-revert--messages' to be bound by
         (ignore-errors (delete-file file)))
       )))
 
-(auto-revert--deftest-remote auto-revert-test04-auto-revert-mode-dired
+(auto-revert--deftest-remote auto-revert-test05-global-notify
   "Test `global-auto-revert-mode' without polling for remote buffers.")
 
 (defun auto-revert-test-all (&optional interactive)