fix skip
[m6w6/ext-http] / tests / envresponseranges001.phpt
index ec8fe2f29710080bf5d883a28c8fe07c7ad1d46a..08c0f27dabf01059124dd0121acdb494ec93d654 100644 (file)
@@ -1,9 +1,9 @@
 --TEST--
 ranges
 --SKIPIF--
-<? include "skipif.php";
---XFAIL--
-line endings
+<?php
+include "skipif.inc";
+?>
 --GET--
 a=b
 --ENV--
@@ -17,33 +17,33 @@ $r->send();
 
 ?>
 --EXPECTF--
---%s\r
-Content-Type: application/octet-stream\r
-Content-Range: bytes 107-109/110\r
-\r
+--%s%c
+Content-Type: application/octet-stream%c
+Content-Range: bytes 107-109/110%c
+%c
 ?>
-\r
---%s\r
-Content-Type: application/octet-stream\r
-Content-Range: bytes 0-1/110\r
-\r
-<?\r
---%s\r
-Content-Type: application/octet-stream\r
-Content-Range: bytes 1-1/110\r
-\r
-?\r
---%s\r
-Content-Type: application/octet-stream\r
-Content-Range: bytes 0-0/110\r
-\r
-<\r
---%s\r
-Content-Type: application/octet-stream\r
-Content-Range: bytes 100-109/110\r
-\r
+%c
+--%s%c
+Content-Type: application/octet-stream%c
+Content-Range: bytes 0-1/110%c
+%c
+<?%c
+--%s%c
+Content-Type: application/octet-stream%c
+Content-Range: bytes 1-1/110%c
+%c
+?%c
+--%s%c
+Content-Type: application/octet-stream%c
+Content-Range: bytes 0-0/110%c
+%c
+<%c
+--%s%c
+Content-Type: application/octet-stream%c
+Content-Range: bytes 100-109/110%c
+%c
 nd();
 
 ?>
-\r
+%c
 --%s--
\ No newline at end of file