1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

* test/automated/package-test.el (package-test-update-listing):

Fix test.
This commit is contained in:
Artur Malabarba 2015-06-23 09:39:27 +01:00
parent 371ebe02a6
commit 8b169764ad

View File

@ -305,6 +305,7 @@ Must called from within a `tar-mode' buffer."
(search-forward-regexp "^ +simple-single")
(package-menu-mark-install)
(package-menu-execute)
(run-hooks 'post-command-hook)
(should (package-installed-p 'simple-single))
(switch-to-buffer "*Packages*")
(goto-char (point-min))