Torsten Bögershausen <tbo...@web.de> writes:

> Could we have a tweak for people without gpg?

I guess we need stg like

if ! test_have_prereq GPG; then
        skip_all='skipping for-each-ref tests, gpg not available'
        test_done
fi

since we need GPG in the setup test and almost all other tests will rely
on it.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to