aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-06-23 11:21:16 -0700
committerJunio C Hamano <gitster@pobox.com>2023-06-23 11:21:17 -0700
commit891e631401268ba513d903e0646c2967d629a8d9 (patch)
treed73c77b9b246c7aada72a31af3a96141117942ed
parenta813d9e23962ba5c922b486757d69ae582adea4d (diff)
parent78e56cff69df290058ddefe18637de973f91b39d (diff)
downloadgit-891e631401268ba513d903e0646c2967d629a8d9.tar.gz
Merge branch 'tz/lib-gpg-prereq-fix'
Test update. * tz/lib-gpg-prereq-fix: t/lib-gpg: require GPGSSH for GPGSSH_VERIFYTIME prereq
-rw-r--r--t/lib-gpg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib-gpg.sh b/t/lib-gpg.sh
index 28652ed91f..739e6ec35c 100644
--- a/t/lib-gpg.sh
+++ b/t/lib-gpg.sh
@@ -135,6 +135,7 @@ test_lazy_prereq GPGSSH '
'
test_lazy_prereq GPGSSH_VERIFYTIME '
+ test_have_prereq GPGSSH &&
# Check if ssh-keygen has a verify-time option by passing an invalid date to it
ssh-keygen -Overify-time=INVALID -Y check-novalidate -n "git" -s doesnotmatter 2>&1 | grep -q -F "Invalid \"verify-time\"" &&