aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2021-08-29 03:58:01 +0300
committerDmitry Gutov2021-08-29 03:58:01 +0300
commit8fb32387c1c9370cb53635b8ff94e4aa90d034f7 (patch)
tree0ca126d7d9796f028d0f019f1fde7ee4ee7bc0cb
parent6d361775891956bccffcc4ba6faee58bcfc1fcea (diff)
downloademacs-8fb32387c1c9370cb53635b8ff94e4aa90d034f7.tar.gz
emacs-8fb32387c1c9370cb53635b8ff94e4aa90d034f7.zip
; Remove copypasta accident
-rw-r--r--test/lisp/vc/vc-tests.el2
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'."
588 (should (not (file-exists-p tmp-name))) 588 (should (not (file-exists-p tmp-name)))
589 (should (file-exists-p new-name)) 589 (should (file-exists-p new-name))
590 590
591 ;; implicit: Bzr CVS Git Hg Mtn SRC SVN
592 ;; locking: RCS SCCS
593 (should (equal (vc-state new-name) 'added)))) 591 (should (equal (vc-state new-name) 'added))))
594 592
595 ;; Save exit. 593 ;; Save exit.