diff options
author | Felipe Pena <felipe@php.net> | 2010-02-15 21:24:17 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-02-15 21:24:17 +0000 |
commit | 0a7fe05ab734a362ee400432608e8898d55de3b6 (patch) | |
tree | ab499617152ebd64088ff79df4cb49058de27bf0 | |
parent | b68880641e08be9499fd74adb85aaca2538ef10c (diff) | |
download | php-git-0a7fe05ab734a362ee400432608e8898d55de3b6.tar.gz |
- Fix test (Bug #51035)
-rw-r--r-- | ext/posix/tests/posix_getgrgid_basic.phpt | 4 |
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 + |