diff options
Diffstat (limited to 'ext/posix/tests/bug75696.phpt')
-rw-r--r-- | ext/posix/tests/bug75696.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/posix/tests/bug75696.phpt b/ext/posix/tests/bug75696.phpt index e37f8077ce..022e781b4e 100644 --- a/ext/posix/tests/bug75696.phpt +++ b/ext/posix/tests/bug75696.phpt @@ -11,7 +11,5 @@ $name = posix_getgrgid($gid)['name']; $info = posix_getgrnam($name); var_dump(is_array($info)); ?> -===DONE=== --EXPECT-- bool(true) -===DONE=== |