summary refs log tree commit diff
path: root/tests/git-authenticate.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-09-11 16:04:31 +0200
committerLudovic Courtès <ludo@gnu.org>2023-09-26 17:36:59 +0200
commitba21eeb565fe414b3647173068a0f3eadd174c06 (patch)
treeccd9e6b107eb18c2aca08d3cb87e196a718d3606 /tests/git-authenticate.scm
parent13b0cf85eb31e1b1ea674debbbfb0f35a32d1374 (diff)
downloadguix-ba21eeb565fe414b3647173068a0f3eadd174c06.tar.gz
tests: Assume ‘git’ is always available.
* tests/channels.scm (gpg+git-available?): Check for ‘gpg-command’
only.
Remove all ‘test-skip’ statements.
* tests/derivations.scm: Likewise.
* tests/git-authenticate.scm: Likewise.
* tests/git.scm: Likewise.
* tests/import-git.scm: Likewise.
Diffstat (limited to 'tests/git-authenticate.scm')
-rw-r--r--tests/git-authenticate.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/git-authenticate.scm b/tests/git-authenticate.scm
index c063920c12..4de223d422 100644
--- a/tests/git-authenticate.scm
+++ b/tests/git-authenticate.scm
@@ -44,7 +44,6 @@
 
 (test-begin "git-authenticate")
 
-(unless (which (git-command)) (test-skip 1))
 (test-assert "unsigned commits"
   (with-temporary-git-repository directory
       '((add "a.txt" "A")