aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-05-26 09:52:28 -0700
committerGlenn Morris <[email protected]>2014-05-26 09:52:28 -0700
commit86c72932a19129b1afa8f02f7ff1d412d7d10fc9 (patch)
treec2fde260029394e74261d3d7c9de40e3825adb39 /test
parent48e64ea69f8a50121884f2e957af808a5a8f7534 (diff)
* package-test.el (package-test-install-single): Update for changed output.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/automated/package-test.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index d56e62283b..4382fb905e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-26 Glenn Morris <[email protected]>
+
+ * automated/package-test.el (package-test-install-single):
+ Update for changed output.
+
2014-05-22 Glenn Morris <[email protected]>
* 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 ee1920b5ef..e7c989de57 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."
(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\""