From: Dmitry Stogov Date: Mon, 21 Sep 2009 11:30:38 +0000 (+0000) Subject: Fixed tests X-Git-Tag: php-5.4.0alpha1~191^2~2632 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc2442bcd219b0214e4be8e676b1c8f2b5aeb4d8;p=php Fixed tests --- diff --git a/ext/posix/tests/posix_uname.phpt b/ext/posix/tests/posix_uname.phpt index 14bf89104f..fe6fb17481 100644 --- a/ext/posix/tests/posix_uname.phpt +++ b/ext/posix/tests/posix_uname.phpt @@ -14,7 +14,9 @@ PHP Testfest Berlin 2009-05-10 ?> --FILE-- ===DONE=== --EXPECTF-- diff --git a/ext/posix/tests/posix_uname_basic.phpt b/ext/posix/tests/posix_uname_basic.phpt index 7dd378192e..6bd5b100ee 100644 --- a/ext/posix/tests/posix_uname_basic.phpt +++ b/ext/posix/tests/posix_uname_basic.phpt @@ -9,7 +9,7 @@ Test posix_uname() function : basic functionality echo "Basic test of POSIX uname function\n"; $uname = posix_uname(); - + unset($uname['domainname']); print_r($uname); ?>