diff options
-rw-r--r-- | test/lisp/vc/vc-tests.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index 4f75e5ec612..dbb8a9e3d12 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -588,8 +588,6 @@ This checks also `vc-backend' and `vc-responsible-backend'." (should (not (file-exists-p tmp-name))) (should (file-exists-p new-name)) - ;; implicit: Bzr CVS Git Hg Mtn SRC SVN - ;; locking: RCS SCCS (should (equal (vc-state new-name) 'added)))) ;; Save exit. |