mirror of
https://github.com/vgough/encfs.git
synced 2024-11-28 10:54:15 +01:00
Delete grow() test file
so that next tests do not depend on it
This commit is contained in:
parent
c68c130724
commit
fc39c4dd20
@ -132,6 +132,11 @@ sub grow {
|
|||||||
last unless $ok;
|
last unless $ok;
|
||||||
}
|
}
|
||||||
ok($ok, "ciphertext and decrypted size of file grown to $i bytes");
|
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 {
|
sub largeRead {
|
||||||
|
Loading…
Reference in New Issue
Block a user