]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/lib-gpg.sh
Merge branch 'tz/lib-gpg-prereq-fix'
[thirdparty/git.git] / t / lib-gpg.sh
index 28652ed91fb3137cf614a8b7f184565b06a3d87f..739e6ec35c11815d1969ac17001699cf72553fe7 100644 (file)
@@ -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\"" &&