git-authenticate: Add tests.
authorLudovic Courtès <ludo@gnu.org>
Mon, 1 Jun 2020 21:20:06 +0000 (23:20 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 5 Jun 2020 20:54:06 +0000 (22:54 +0200)
commitc83eedba2361c3831d3efb5ad63d5077d636fb28
treecc639c0113537fb187d1fa0fb28a1c2510dbb3cc
parentf8213f1bca912ec41be61bc5e166c702968fcf89
git-authenticate: Add tests.

* guix/tests/git.scm (call-with-environment-variables)
(with-environment-variables): Remove.
* guix/tests/git.scm (populate-git-repository): Add clauses for signed
commits and signed merges.
* guix/tests/gnupg.scm: New file.
* tests/git-authenticate.scm: New file.
* tests/ed25519bis.key, tests/ed25519bis.sec: New files.
* Makefile.am (dist_noinst_DATA): Add 'guix/tests/gnupg.scm'.
(SCM_TESTS): Add 'tests/git-authenticate.scm'.
(EXTRA_DIST): Add tests/ed25519bis.{key,sec}.
.dir-locals.el
Makefile.am
guix/tests/git.scm
guix/tests/gnupg.scm [new file with mode: 0644]
tests/ed25519bis.key [new file with mode: 0644]
tests/ed25519bis.sec [new file with mode: 0644]
tests/git-authenticate.scm [new file with mode: 0644]