* package-test.el (package-test-install-single): Update for changed output.
This commit is contained in:
parent
48e64ea69f
commit
86c72932a1
2 changed files with 7 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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\""
|
||||
|
|
Loading…
Add table
Reference in a new issue