Amend 4ec788ce: Remove temporary files after tests

This commit is contained in:
Kornel Benko 2020-07-31 15:28:25 +02:00
parent 4ec788ce3f
commit 0666e80ed9

View File

@ -29,8 +29,7 @@ else {
$err = 1;
@errors = ("Could not run xmllint\n");
}
#unlink($filename);
print "Not unlinking $filename\n";
unlink($filename);
if ($err > 0) {
die(join('', @errors));
}