* test/automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
Avoid leaving empty .elc tempfiles behind.
2014-05-22 Glenn Morris <rgm@gnu.org>
+ * automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
+ Avoid leaving empty .elc tempfiles behind.
+
* automated/fns-tests.el (fns-tests-nreverse):
Update for changed string behavior.
(progn
(setf elfile (make-temp-file "test-bytecomp" nil ".el"))
(when compile
- (setf elcfile (make-temp-file "test-bytecomp" nil ".elc")))
+ (setf elcfile (concat elfile "c")))
(with-temp-buffer
(dolist (form forms)
(print form (current-buffer)))