]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/automated/package-test.el (package-test-signed):
authorGlenn Morris <rgm@gnu.org>
Tue, 21 Jul 2015 16:03:46 +0000 (09:03 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 21 Jul 2015 16:03:46 +0000 (09:03 -0700)
Update for recent changes.

test/automated/package-test.el

index 763553ea3b1bd47a339295e94f3f33186ac119e2..ae10a9be0dba8cb907ddec596dd2f3b6b538972b 100644 (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))))))