From 7385c3e643cbdac22ad7c5e4d36c41678716b4c5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 2 Dec 2014 22:15:54 -0800 Subject: [PATCH] Fix tramp-tests, broken by incompatible vc.el change * test/automated/tramp-tests.el (tramp-test29-vc-registered): Update for recent incompatible change in vc-register. --- test/ChangeLog | 5 +++++ test/automated/tramp-tests.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/test/ChangeLog b/test/ChangeLog index c2c2d9b09ee..fea40786ba0 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2014-12-03 Glenn Morris + + * automated/tramp-tests.el (tramp-test29-vc-registered): + Update for recent incompatible change in vc-register. + 2014-11-29 Fabián Ezequiel Gallina * automated/python-tests.el diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index 864a43d638f..2b2074c78ed 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el @@ -1470,8 +1470,8 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." ;; The structure of VC-FILESET is not documented. Let's ;; hope it won't change. (vc-register - nil (list (car vc-handled-backends) - (list (file-name-nondirectory tmp-name2))))) + (list (car vc-handled-backends) + (list (file-name-nondirectory tmp-name2))))) (should (vc-registered tmp-name2))) (ignore-errors (delete-directory tmp-name1 'recursive))))) -- 2.39.2