* test/automated/viper-tests.el (viper-test-undo-kmacro):

Delete temp-file at end.
This commit is contained in:
Glenn Morris 2016-05-31 18:24:07 -04:00
parent 20eb53185d
commit 604f656831

View file

@ -65,6 +65,7 @@ after itself, although it will leave a buffer called
rtn))
;; Switch everything off and restore the buffer.
(toggle-viper-mode)
(delete-file viper-custom-file-name)
(switch-to-buffer before-buffer))))
(ert-deftest viper-test-go ()