* package-test.el (package-test-install-single): Update for changed output.

This commit is contained in:
Glenn Morris 2014-05-26 09:52:28 -07:00
parent 48e64ea69f
commit 86c72932a1
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-05-26 Glenn Morris <rgm@gnu.org>
* automated/package-test.el (package-test-install-single):
Update for changed output.
2014-05-22 Glenn Morris <rgm@gnu.org>
* automated/bytecomp-tests.el (test-byte-comp-compile-and-load):

View file

@ -186,7 +186,8 @@ Must called from within a `tar-mode' buffer."
(insert-file-contents (expand-file-name "simple-single-pkg.el"
simple-pkg-dir))
(should (string= (buffer-string)
(concat "(define-package \"simple-single\" \"1.3\" "
(concat ";;; -*- no-byte-compile: t -*-\n"
"(define-package \"simple-single\" \"1.3\" "
"\"A single-file package "
"with no dependencies\" 'nil "
":url \"http://doodles.au\""