diff --git a/tests/conf_callbacks.phpt b/tests/conf_callbacks.phpt index 1e1871bd..38713e9c 100644 --- a/tests/conf_callbacks.phpt +++ b/tests/conf_callbacks.phpt @@ -2,7 +2,7 @@ RdKafka\Conf --SKIPIF-- = 0x090000 && RD_KAFKA_VERSION < 0x020300ff) || die("skip librdkafka too old"); +(RD_KAFKA_VERSION >= 0x090000 && RD_KAFKA_VERSION < 0x010700ff) || die("skip librdkafka too old"); --FILE-- = 0x020300ff || die("skip librdkafka too old"); +RD_KAFKA_VERSION >= 0x010700ff || die("skip librdkafka too old"); --FILE--