t7004: Use prerequisite tags to skip tests that need gpg
authorJohannes Sixt <j6t@kdbg.org>
Mon, 16 Mar 2009 14:09:23 +0000 (15:09 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 22 Mar 2009 16:52:43 +0000 (17:52 +0100)
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 <j6t@kdbg.org>
No differences found