branch: externals/hyperbole commit 181014be3ccf3ec82cf8061f61258af8c02bf0de Author: Mats Lidell <mats.lid...@lidells.se> Commit: GitHub <nore...@github.com>
Clean up after test case (#208) --- ChangeLog | 3 +++ test/hui-tests.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3aefc8b695..f0c848c0bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * test/hpath-tests.el (hpath:auto-variable-alist-load-path-test): Simplify test case to only test with unquoted file name. +* test/hui-tests.el (hui-gbut-edit-link-to-file-button): Remove test file + after test case is completed. + 2022-07-11 Mats Lidell <ma...@gnu.org> * test/hy-test-helpers.el (hy-test-helpers:should-last-message): Use diff --git a/test/hui-tests.el b/test/hui-tests.el index ad28b4ebd6..4a3a9d85af 100644 --- a/test/hui-tests.el +++ b/test/hui-tests.el @@ -3,7 +3,7 @@ ;; Author: Mats Lidell <ma...@gnu.org> ;; ;; Orig-Date: 30-Jan-21 at 12:00:00 -;; Last-Mod: 27-Apr-22 at 23:24:09 by Mats Lidell +;; Last-Mod: 12-Jul-22 at 23:25:15 by Mats Lidell ;; ;; Copyright (C) 2021-2022 Free Software Foundation, Inc. ;; See the "HY-COPY" file for license information. @@ -72,6 +72,7 @@ (save-excursion (set-buffer gbut-file-buffer) (save-buffer)) + (delete-file linked-file) (when (file-writable-p hbmap:dir-user) (delete-directory hbmap:dir-user t)))))