From: Phillip Lord Date: Wed, 22 Jun 2016 20:59:51 +0000 (+0100) Subject: ; Only load .elc file in tests. X-Git-Tag: emacs-25.1-rc1~70 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/ab0ebb93a9c69f4a0cc475ed899f8cabb64852c0?hp=a98aa02a5dbf079f7b4f3be5487a2f2b741d103d ; Only load .elc file in tests. * test/automated/viper-tests.el (viper-test-undo-kmacro): Ensure that empty load file ends with .elc extension. --- diff --git a/test/automated/viper-tests.el b/test/automated/viper-tests.el index 074dd63753..0d6095b2c9 100644 --- a/test/automated/viper-tests.el +++ b/test/automated/viper-tests.el @@ -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