Fix and finish test for oo init with home dir

This commit is contained in:
Jakub Zelenka 2018-05-25 19:42:47 +01:00
parent 2f99f8696a
commit 60e13bec5a
2 changed files with 4 additions and 5 deletions

View file

@ -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);
?>
?>