projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a60450
)
* test/lisp/shadowfile-tests.el: Fix recent test failures
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 9 Apr 2021 02:55:04 +0000
(22:55 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 9 Apr 2021 02:55:20 +0000
(22:55 -0400)
(shadow--tests-cleanup): `shadow-hashtable` is now a hash table (duh!).
test/lisp/shadowfile-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/shadowfile-tests.el
b/test/lisp/shadowfile-tests.el
index 0c2d7123dd751b03ae4645a3d017f49ea0d7c4b8..7b9c2ff63b2136760fe36492b80b328a86ddbd09 100644
(file)
--- 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))