From 1b145b67a216f4b3d5dfd88cce9019e506127bab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jul 2015 09:36:51 +0200 Subject: composer-1.0.0-0.7.20150714git92faf1c --- composer-pr4169.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer-pr4169.patch') diff --git a/composer-pr4169.patch b/composer-pr4169.patch index dc419c2..46a47d3 100644 --- a/composer-pr4169.patch +++ b/composer-pr4169.patch @@ -11,7 +11,7 @@ diff --git a/tests/Composer/Test/Util/RemoteFilesystemTest.php b/tests/Composer/ index 04502eb..62a70c9 100644 --- a/tests/Composer/Test/Util/RemoteFilesystemTest.php +++ b/tests/Composer/Test/Util/RemoteFilesystemTest.php -@@ -137,6 +137,9 @@ public function testCallbackGetPassesThrough404() +@@ -136,6 +136,9 @@ public function testCallbackGetPassesThrough404() $this->assertNull($this->callCallbackGet($fs, STREAM_NOTIFY_FAILURE, 0, 'HTTP/1.1 404 Not Found', 404, 0, 0)); } -- cgit