summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-02-15 21:24:17 +0000
committerFelipe Pena <felipe@php.net>2010-02-15 21:24:17 +0000
commit0a7fe05ab734a362ee400432608e8898d55de3b6 (patch)
treeab499617152ebd64088ff79df4cb49058de27bf0
parentb68880641e08be9499fd74adb85aaca2538ef10c (diff)
downloadphp-git-0a7fe05ab734a362ee400432608e8898d55de3b6.tar.gz
- Fix test (Bug #51035)
-rw-r--r--ext/posix/tests/posix_getgrgid_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/posix/tests/posix_getgrgid_basic.phpt b/ext/posix/tests/posix_getgrgid_basic.phpt
index 866e11681a..fdcdf35a42 100644
--- a/ext/posix/tests/posix_getgrgid_basic.phpt
+++ b/ext/posix/tests/posix_getgrgid_basic.phpt
@@ -20,11 +20,11 @@ Basic test of POSIX getgid and getgrid fucntions
Array
(
[name] => %s
- [passwd] => %s
+ [passwd] => %a
[members] => Array
%a
[gid] => %d
)
===DONE===
- \ No newline at end of file
+