aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lord2016-06-22 21:59:51 +0100
committerPhillip Lord2016-06-22 21:59:51 +0100
commitab0ebb93a9c69f4a0cc475ed899f8cabb64852c0 (patch)
tree970977b36a19f187796ff3ad25202fcf2ad25b6f
parenta98aa02a5dbf079f7b4f3be5487a2f2b741d103d (diff)
downloademacs-ab0ebb93a9c69f4a0cc475ed899f8cabb64852c0.tar.gz
emacs-ab0ebb93a9c69f4a0cc475ed899f8cabb64852c0.zip
; Only load .elc file in tests.
* test/automated/viper-tests.el (viper-test-undo-kmacro): Ensure that empty load file ends with .elc extension.
-rw-r--r--test/automated/viper-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/viper-tests.el b/test/automated/viper-tests.el
index 074dd637538..0d6095b2c92 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
38 ;; Select an expert-level for the same reason. 38 ;; Select an expert-level for the same reason.
39 (viper-expert-level 5) 39 (viper-expert-level 5)
40 ;; viper loads this even with -q so make sure it's empty! 40 ;; viper loads this even with -q so make sure it's empty!
41 (viper-custom-file-name (make-temp-file "viper-tests")) 41 (viper-custom-file-name (make-temp-file "viper-tests" nil ".elc"))
42 (before-buffer (current-buffer))) 42 (before-buffer (current-buffer)))
43 (unwind-protect 43 (unwind-protect
44 (progn 44 (progn