Daiki Ueno writes: > npostavs@users.sourceforge.net writes: > >> Daiki Ueno writes: >> >>> npostavs@users.sourceforge.net writes: >>> >>>> Although this doesn't solve the problem for gpg 2.0. >>> >>> For a proper fix, you might want to check how GPGME and its test suites >>> do. >> >> I don't see anything to handle gpg 2.0, specifically. They do disable >> pinentry for versions below 2.1. Maybe their tests don't work with 2.0 >> either? > > It sounds unlikely to me that they don't work with 2.0, because 2.0 > support has been there for a decade. > > If I understand correctly their tests use their own pinentry program for > 2.0 and 2.1: > https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=tests/gpg/pinentry > https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=tests/gpg/Makefile.am;h=8e26a92f0c54ce3c76e63e223ce034dea11d6e71;hb=HEAD#l115 > > If your goal is to make epg tests work with all gpg versions, this could > be an option worth considering. The patch below lets the tests succeed also without the loopback patch. Should we have both?