1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-30 17:22:17 -07:00

vc-test--rename-file: Disable part of test for SCCS

* test/lisp/vc/vc-tests/vc-tests.el (vc-test--rename-file):
Disable part of test for SCCS.
This commit is contained in:
Sean Whitton 2026-05-23 16:53:36 +01:00
parent eb653865c3
commit dd42133315

View file

@ -592,8 +592,8 @@ This checks also `vc-backend' and `vc-responsible-backend'."
'added))))
;; Test OK-IF-ALREADY-EXISTS.
;; RCS and SRC don't support `vc-delete-file'.
(unless (memq backend '(RCS SRC))
;; RCS, SRC and SCCS don't support `vc-delete-file'.
(unless (memq backend '(RCS SRC SCCS))
(let ((tmp-name (expand-file-name "qux" default-directory))
(new-name (expand-file-name "quuux" default-directory)))
(write-region "qux" nil tmp-name nil 'nomessage)