From: Dmitry Stogov Date: Mon, 21 Sep 2009 11:30:38 +0000 (+0000) Subject: Fixed tests X-Git-Tag: php-5.3.2RC1~486 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=623fe9aaf9dc402d1d9e081cd5c980599d66ccaf;p=php Fixed tests --- diff --git a/ext/posix/tests/posix_uname.phpt b/ext/posix/tests/posix_uname.phpt index 12c4baec16..3acbdaf137 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); ?>