aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/emulation/viper-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/emulation/viper-tests.el b/test/lisp/emulation/viper-tests.el
index e2c39b3c3de..074dd637538 100644
--- a/test/lisp/emulation/viper-tests.el
+++ b/test/lisp/emulation/viper-tests.el
@@ -65,6 +65,7 @@ after itself, although it will leave a buffer called
65 rtn)) 65 rtn))
66 ;; Switch everything off and restore the buffer. 66 ;; Switch everything off and restore the buffer.
67 (toggle-viper-mode) 67 (toggle-viper-mode)
68 (delete-file viper-custom-file-name)
68 (switch-to-buffer before-buffer)))) 69 (switch-to-buffer before-buffer))))
69 70
70(ert-deftest viper-test-go () 71(ert-deftest viper-test-go ()