diff options
| author | Dmitry Gutov | 2021-08-29 03:58:01 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2021-08-29 03:58:01 +0300 |
| commit | 8fb32387c1c9370cb53635b8ff94e4aa90d034f7 (patch) | |
| tree | 0ca126d7d9796f028d0f019f1fde7ee4ee7bc0cb | |
| parent | 6d361775891956bccffcc4ba6faee58bcfc1fcea (diff) | |
| download | emacs-8fb32387c1c9370cb53635b8ff94e4aa90d034f7.tar.gz emacs-8fb32387c1c9370cb53635b8ff94e4aa90d034f7.zip | |
; Remove copypasta accident
| -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'." | |||
| 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. |