; 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:
parent
a98aa02a5d
commit
ab0ebb93a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue