Delete grow() test file

so that next tests do not depend on it
This commit is contained in:
benrubson 2017-04-13 18:24:02 +02:00 committed by rfjakob
parent c68c130724
commit fc39c4dd20

View File

@ -132,6 +132,11 @@ sub grow {
last unless $ok;
}
ok($ok, "ciphertext and decrypted size of file grown to $i bytes");
close($pfh);
close($vfh);
close($cfh);
close($dfh);
unlink("$plain/grow");
}
sub largeRead {