From 76ff5590c2b156f687db33f5185be5dcd9e20aee Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 21 Sep 2009 11:30:38 +0000 Subject: [PATCH] Fixed tests --- ext/posix/tests/posix_uname.phpt | 4 +++- ext/posix/tests/posix_uname_basic.phpt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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); ?> -- 2.50.1