1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

; Only load .elc file in tests.

* test/automated/viper-tests.el (viper-test-undo-kmacro): Ensure that
  empty load file ends with .elc extension.
This commit is contained in:
Phillip Lord 2016-06-22 21:59:51 +01:00
parent a98aa02a5d
commit ab0ebb93a9

View File

@ -38,7 +38,7 @@ after itself, although it will leave a buffer called
;; Select an expert-level for the same reason.
(viper-expert-level 5)
;; viper loads this even with -q so make sure it's empty!
(viper-custom-file-name (make-temp-file "viper-tests"))
(viper-custom-file-name (make-temp-file "viper-tests" nil ".elc"))
(before-buffer (current-buffer)))
(unwind-protect
(progn