summaryrefslogtreecommitdiff
path: root/test/lisp/shadowfile-tests.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-04-08 22:55:04 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2021-04-08 22:55:20 -0400
commitdfdec267aece1e3b4da378d347b6d18d52366060 (patch)
tree3fdbf348a7342f5a03f331f5cba11e33e0535497 /test/lisp/shadowfile-tests.el
parent9a604501f04a430b0b48af500b7c177e0c30d633 (diff)
downloademacs-dfdec267aece1e3b4da378d347b6d18d52366060.tar.gz
* test/lisp/shadowfile-tests.el: Fix recent test failures
(shadow--tests-cleanup): `shadow-hashtable` is now a hash table (duh!).
Diffstat (limited to 'test/lisp/shadowfile-tests.el')
-rw-r--r--test/lisp/shadowfile-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index 0c2d7123dd7..7b9c2ff63b2 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))