From d8b7b463dca20daab6aa3bf85919966d2b27ee16 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 15 Jul 2025 19:30:05 +0300 Subject: [PATCH] ; * test/lisp/vc/vc-tests/vc-tests.el (vc-test--version-diff): Fix for Bzr. (cherry picked from commit 0237e0d1a41a9095d7f1fdd32c0a123f60ffaace) --- test/lisp/vc/vc-tests/vc-tests.el | 2 ++ 1 file changed, 2 insertions(+) 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*" -- 2.39.5