From: Remi Collet Date: Thu, 31 Jan 2013 13:22:56 +0000 (+0100) Subject: Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18) X-Git-Tag: php-5.5.0alpha5~46^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7362232f47a9fcaf0162087dbbbdb0b4562b59d;p=php Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18) old: Stale NFS file handle new: Stale file handle --- diff --git a/ext/sockets/tests/socket_strerror.phpt b/ext/sockets/tests/socket_strerror.phpt index 7985fadbab..fb9925edd6 100644 --- a/ext/sockets/tests/socket_strerror.phpt +++ b/ext/sockets/tests/socket_strerror.phpt @@ -138,7 +138,7 @@ string(12) "Host is down" string(16) "No route to host" string(29) "Operation already in progress" string(25) "Operation now in progress" -string(21) "Stale NFS file handle" +string(%d) "Stale%sfile handle" string(24) "Structure needs cleaning" string(27) "Not a XENIX named type file" string(29) "No XENIX semaphores available"