emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117136: Remove some stray test tempfiles


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117136: Remove some stray test tempfiles
Date: Thu, 22 May 2014 01:16:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117136
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-05-21 21:16:37 -0400
message:
  Remove some stray test tempfiles
  
  * test/automated/bytecomp-tests.el (test-byte-comp-compile-and-load):
  Avoid leaving empty .elc tempfiles behind.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/bytecomp-tests.el 
bytecomptestsuite.el-20091113204419-o5vbwnq5f7feedwu-8799
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-05-22 01:09:51 +0000
+++ b/test/ChangeLog    2014-05-22 01:16:37 +0000
@@ -1,5 +1,8 @@
 2014-05-22  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'test/automated/bytecomp-tests.el'
--- a/test/automated/bytecomp-tests.el  2014-04-22 07:04:34 +0000
+++ b/test/automated/bytecomp-tests.el  2014-05-22 01:16:37 +0000
@@ -312,7 +312,7 @@
          (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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]