From: Eli Zaretskii Date: Tue, 15 Jul 2025 16:30:05 +0000 (+0300) Subject: ; * test/lisp/vc/vc-tests/vc-tests.el (vc-test--version-diff): Fix for Bzr. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8b7b463dca20daab6aa3bf85919966d2b27ee16;p=emacs.git ; * test/lisp/vc/vc-tests/vc-tests.el (vc-test--version-diff): Fix for Bzr. (cherry picked from commit 0237e0d1a41a9095d7f1fdd32c0a123f60ffaace) --- diff --git a/test/lisp/vc/vc-tests/vc-tests.el b/test/lisp/vc/vc-tests/vc-tests.el index e8aaa070018..db702fcea79 100644 --- a/test/lisp/vc/vc-tests/vc-tests.el +++ b/test/lisp/vc/vc-tests/vc-tests.el @@ -640,6 +640,8 @@ This checks also `vc-backend' and `vc-responsible-backend'." ;; Check version diff. (vc-version-diff files nil nil) + (if (eq backend 'Bzr) + (sleep-for 1)) (should (bufferp (get-buffer "*vc-diff*"))) (with-current-buffer "*vc-diff*"