From: Stefan Monnier Date: Fri, 9 Apr 2021 02:55:04 +0000 (-0400) Subject: * test/lisp/shadowfile-tests.el: Fix recent test failures X-Git-Tag: emacs-28.0.90~2963 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfdec267aece1e3b4da378d347b6d18d52366060;p=emacs.git * test/lisp/shadowfile-tests.el: Fix recent test failures (shadow--tests-cleanup): `shadow-hashtable` is now a hash table (duh!). --- 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))