projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20eb531
)
* test/automated/viper-tests.el (viper-test-undo-kmacro):
author
Glenn Morris
<rgm@gnu.org>
Tue, 31 May 2016 22:24:07 +0000
(18:24 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 31 May 2016 22:24:07 +0000
(18:24 -0400)
Delete temp-file at end.
test/automated/viper-tests.el
patch
|
blob
|
history
diff --git
a/test/automated/viper-tests.el
b/test/automated/viper-tests.el
index e2c39b3c3de1ca8104537973925f558e1495f8ba..074dd637538655083f0b852a042661f7bd61b9e9 100644
(file)
--- a/
test/automated/viper-tests.el
+++ b/
test/automated/viper-tests.el
@@
-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 ()