]> granicus.if.org Git - php/commitdiff
Forgot to fix title
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 21 Jul 2008 11:09:23 +0000 (11:09 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 21 Jul 2008 11:09:23 +0000 (11:09 +0000)
ext/standard/tests/network/getmxrr.phpt

index 0407b093b4f236342240c8640df08c1edc793f4b..5dc3560d024107f6e0fe358bdf533b83573f2ca0 100644 (file)
@@ -1,9 +1,9 @@
 --TEST--
-dns_check_record() segfault with empty host
+getmxrr() test
 --SKIPIF--
 <?php
 if (substr(PHP_OS, 0, 3) == 'WIN') {
-    die('skip No windows support');
+    die('skip: no Windows support');
 }
 ?>
 --FILE--