Skip to content
Snippets Groups Projects
Commit baf55198 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

Skip the correct amount of tests.

parent ac70524a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ eval {
SKIP: {
skip "Cannot run Bzip2/Bunzip2 tests, install related IO::[Un]Compress modules first",
2 unless $BZIP2_OK;
4 unless $BZIP2_OK;
# send the content of the tmpfile to another
# bzip2 compressed file
......@@ -86,7 +86,7 @@ eval {
SKIP: {
skip "Cannot run Zip/Unzip tests, install related IO::[Un]Compress modules first",
2 unless $ZIP_OK;
4 unless $ZIP_OK;
# send the content of the tmpfile to another
# bzip2 compressed file
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment