emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 604f656: * test/automated/viper-tests.el (viper-t


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 604f656: * test/automated/viper-tests.el (viper-test-undo-kmacro):
Date: Tue, 31 May 2016 22:24:17 +0000 (UTC)

branch: emacs-25
commit 604f6568312aef8287d7a3ac1dbeb71577089bec
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 e2c39b3..074dd63 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]