From: Johannes Sixt Date: Mon, 16 Mar 2009 14:09:23 +0000 (+0100) Subject: t7004: Use prerequisite tags to skip tests that need gpg X-Git-Tag: v1.6.3-rc0~101^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a4df22ce49d0457f3dbec5083064f9d24e4d17dd?hp=a4df22ce49d0457f3dbec5083064f9d24e4d17dd t7004: Use prerequisite tags to skip tests that need gpg The tests are skipped if no gpg was found or if gpg is version 1.0.6. Previously, the latter condition was checked a bit later in the test file so that the tag verification tests would be exercised. These are now skipped as well, but only because we would need a facility to revoke a test prerequisite, which we do not have. Signed-off-by: Johannes Sixt ---