mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; Fix package-vc-tests for older versions of Git
* test/lisp/emacs-lisp/package-vc-tests.el (package-vc-tests-create-repository): Fix commands for older versions of Git.
This commit is contained in:
parent
1bbc7d955a
commit
80551807d4
1 changed files with 2 additions and 1 deletions
|
|
@ -184,7 +184,8 @@ If LISP-DIR is non-nil place sources of the package in LISP-DIR."
|
|||
(format "GIT_AUTHOR_NAME=%s" name)
|
||||
(format "GIT_COMMITTER_NAME=%s" name))
|
||||
process-environment)))
|
||||
(vc-git-command nil 0 nil "init" "-b" "master")
|
||||
(vc-git-command nil 0 nil "init")
|
||||
(vc-git-command nil 0 nil "checkout" "-b" "master")
|
||||
(package-vc-tests-add
|
||||
suffix "test-package-SUFFIX-lib-v0.1.el.in" lisp-dir)
|
||||
(package-vc-tests-add
|
||||
|
|
|
|||
Loading…
Reference in a new issue