mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-05 13:51:34 +00:00
Fix tests to work correctly with gpg1 and older gpgme versions
This commit is contained in:
parent
75a9b387ea
commit
542d121eca
4 changed files with 51 additions and 43 deletions
|
|
@ -26,9 +26,6 @@ bool(true)
|
|||
bool(true)
|
||||
--CLEAN--
|
||||
<?php
|
||||
$homedir = __DIR__ . '/init_res_home';
|
||||
foreach (glob($homedir . '/*') as $filename) {
|
||||
unlink($filename);
|
||||
}
|
||||
rmdir($homedir);
|
||||
require_once "gnupgt.inc";
|
||||
gnupgt::delete_key(__DIR__ . '/init_res_home');
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue