From: Glenn Morris Date: Tue, 31 May 2016 22:24:07 +0000 (-0400) Subject: * test/automated/viper-tests.el (viper-test-undo-kmacro): X-Git-Tag: emacs-25.0.95~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=604f656;p=emacs.git * test/automated/viper-tests.el (viper-test-undo-kmacro): Delete temp-file at end. --- 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 ()