emacs-diffs
[Top][All Lists]
Advanced

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

master dfdec26: * test/lisp/shadowfile-tests.el: Fix recent test failure


From: Stefan Monnier
Subject: master dfdec26: * test/lisp/shadowfile-tests.el: Fix recent test failures
Date: Thu, 8 Apr 2021 22:55:25 -0400 (EDT)

branch: master
commit dfdec267aece1e3b4da378d347b6d18d52366060
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * test/lisp/shadowfile-tests.el: Fix recent test failures
    
    (shadow--tests-cleanup): `shadow-hashtable` is now a hash table (duh!).
---
 test/lisp/shadowfile-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index 0c2d712..7b9c2ff 100644
--- a/test/lisp/shadowfile-tests.el
+++ b/test/lisp/shadowfile-tests.el
@@ -117,8 +117,8 @@
   (ignore-errors (delete-file shadow-info-file))
   (ignore-errors (delete-file shadow-todo-file))
   ;; Reset variables.
+  (shadow-invalidate-hashtable)
   (setq shadow-info-buffer nil
-        shadow-hashtable nil
         shadow-todo-buffer nil
         shadow-files-to-copy nil))
 



reply via email to

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