diff options
| author | Glenn Morris | 2014-05-26 09:52:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-05-26 09:52:28 -0700 |
| commit | 86c72932a19129b1afa8f02f7ff1d412d7d10fc9 (patch) | |
| tree | c2fde260029394e74261d3d7c9de40e3825adb39 | |
| parent | 48e64ea69f8a50121884f2e957af808a5a8f7534 (diff) | |
| download | emacs-86c72932a19129b1afa8f02f7ff1d412d7d10fc9.tar.gz emacs-86c72932a19129b1afa8f02f7ff1d412d7d10fc9.zip | |
* package-test.el (package-test-install-single): Update for changed output.
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/package-test.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index d56e62283b4..4382fb905e3 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-05-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/package-test.el (package-test-install-single): | ||
| 4 | Update for changed output. | ||
| 5 | |||
| 1 | 2014-05-22 Glenn Morris <rgm@gnu.org> | 6 | 2014-05-22 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * automated/bytecomp-tests.el (test-byte-comp-compile-and-load): | 8 | * automated/bytecomp-tests.el (test-byte-comp-compile-and-load): |
diff --git a/test/automated/package-test.el b/test/automated/package-test.el index ee1920b5ef4..e7c989de57a 100644 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el | |||
| @@ -186,7 +186,8 @@ Must called from within a `tar-mode' buffer." | |||
| 186 | (insert-file-contents (expand-file-name "simple-single-pkg.el" | 186 | (insert-file-contents (expand-file-name "simple-single-pkg.el" |
| 187 | simple-pkg-dir)) | 187 | simple-pkg-dir)) |
| 188 | (should (string= (buffer-string) | 188 | (should (string= (buffer-string) |
| 189 | (concat "(define-package \"simple-single\" \"1.3\" " | 189 | (concat ";;; -*- no-byte-compile: t -*-\n" |
| 190 | "(define-package \"simple-single\" \"1.3\" " | ||
| 190 | "\"A single-file package " | 191 | "\"A single-file package " |
| 191 | "with no dependencies\" 'nil " | 192 | "with no dependencies\" 'nil " |
| 192 | ":url \"http://doodles.au\"" | 193 | ":url \"http://doodles.au\"" |