php-pecl-http/pecl_http-offline.patch
2014-09-01 13:54:14 +02:00

25 lines
540 B
Diff

From 530650958e4801374827cf3bbbc95b3fbf3e89d2 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@php.net>
Date: Mon, 1 Sep 2014 13:48:46 +0200
Subject: [PATCH] skip this test for offline build
---
tests/client015.phpt | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/client015.phpt b/tests/client015.phpt
index 35981a5..60d3132 100644
--- a/tests/client015.phpt
+++ b/tests/client015.phpt
@@ -10,6 +10,7 @@ try {
} catch (Exception $e) {
die("skip ".$e->getMessage());
}
+skip_online_test();
?>
--FILE--
<?php
--
1.8.3.1