emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/undo-fu-session 166abceb38 1/3: Fix tests not restoring da


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu-session 166abceb38 1/3: Fix tests not restoring data from a temporary directory
Date: Sun, 7 Jul 2024 22:01:27 -0400 (EDT)

branch: elpa/undo-fu-session
commit 166abceb38cc38ad3b82ad945f11ede77ba016e4
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Fix tests not restoring data from a temporary directory
---
 tests/undo-fu-session-test.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/undo-fu-session-test.el b/tests/undo-fu-session-test.el
index c38e599631..ec009f9b64 100644
--- a/tests/undo-fu-session-test.el
+++ b/tests/undo-fu-session-test.el
@@ -105,6 +105,9 @@
   "Run every test."
   (declare (important-return-value nil))
 
+  ;; Tests use a temporary directory.
+  (setq undo-fu-session-ignore-temp-files nil)
+
   (undo-fu-session-global-mode)
 
   (message "Running with `undo-fu-session-linear' enabled:")



reply via email to

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