blob: a4531e687bcec3b375051b995c03cbd6cd777545 (
plain)
1
2
3
4
5
6
7
8
9
|
--source include/have_compress.inc
# Test that the system is using the default/standard zlib library.
# If not, we have to skip the test as the compression lengths displayed
# in the test will not match the results from used compression library.
if (`select length(COMPRESS(space(5000))) != 33`) {
skip Test skipped as standard zlib is needed;
}
|