summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-05-31 18:24:07 -0400
committerGlenn Morris <rgm@gnu.org>2016-05-31 18:24:07 -0400
commit604f6568312aef8287d7a3ac1dbeb71577089bec (patch)
tree635f3eb89d0484769bd4c1edb17c5e0e30a8d193
parent20eb53185dbe71c5d4162476bbe7dbe3e808184a (diff)
downloademacs-604f6568312aef8287d7a3ac1dbeb71577089bec.tar.gz
* test/automated/viper-tests.el (viper-test-undo-kmacro):
Delete temp-file at end.
-rw-r--r--test/automated/viper-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/automated/viper-tests.el b/test/automated/viper-tests.el
index e2c39b3c3de..074dd637538 100644
--- 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 ()