projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3046b17
)
* test/automated/package-test.el (package-test-signed):
author
Glenn Morris
<rgm@gnu.org>
Tue, 21 Jul 2015 16:03:46 +0000
(09:03 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 21 Jul 2015 16:03:46 +0000
(09:03 -0700)
Update for recent changes.
test/automated/package-test.el
patch
|
blob
|
history
diff --git
a/test/automated/package-test.el
b/test/automated/package-test.el
index 763553ea3b1bd47a339295e94f3f33186ac119e2..ae10a9be0dba8cb907ddec596dd2f3b6b538972b 100644
(file)
--- a/
test/automated/package-test.el
+++ b/
test/automated/package-test.el
@@
-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))))))