mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 05:11:34 +00:00
Fix and finish test for oo init with home dir
This commit is contained in:
parent
2f99f8696a
commit
60e13bec5a
2 changed files with 4 additions and 5 deletions
|
|
@ -15,7 +15,6 @@ $gpg->seterrormode(gnupg::ERROR_WARNING);
|
|||
$gpg->import($testkey);
|
||||
$imported = false;
|
||||
foreach (glob("$homedir/*") as $filename) {
|
||||
//var_dump($filename);
|
||||
$imported = true;
|
||||
}
|
||||
var_dump($imported);
|
||||
|
|
@ -28,4 +27,4 @@ foreach (glob(__DIR__ . '/init_oo_home/*') as $filename) {
|
|||
unlink($filename);
|
||||
}
|
||||
rmdir($homedir);
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue