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:
parent
eb653865c3
commit
dd42133315
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue