* test/automated/package-test.el (package-test-signed):

Update for recent changes.
This commit is contained in:
Glenn Morris 2015-07-21 09:03:46 -07:00
parent 3046b1762f
commit 492ea2410c

View file

@ -472,7 +472,7 @@ Must called from within a `tar-mode' buffer."
(should (re-search-forward "signed-good is an? \\(\\S-+\\) package." nil t))
(should (string-equal (match-string-no-properties 1) "installed"))
(should (re-search-forward
"Status: Installed in ['`]~/signed-good-1.0/[']."
"Status: Installed in ['`]signed-good-1.0/[']."
nil t))))))