Skip to content

Commit

Permalink
Delete grow() test file
Browse files Browse the repository at this point in the history
so that next tests do not depend on it
  • Loading branch information
benrubson authored and rfjakob committed Apr 13, 2017
1 parent c68c130 commit fc39c4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/reverse.t.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fc39c4d

Please sign in to comment.