From 604f6568312aef8287d7a3ac1dbeb71577089bec Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 31 May 2016 18:24:07 -0400 Subject: [PATCH] * test/automated/viper-tests.el (viper-test-undo-kmacro): Delete temp-file at end. --- test/automated/viper-tests.el | 1 + 1 file changed, 1 insertion(+) 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 () -- 2.39.2