]> granicus.if.org Git - php/commitdiff
Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18)
authorRemi Collet <remi@php.net>
Thu, 31 Jan 2013 13:22:56 +0000 (14:22 +0100)
committerRemi Collet <remi@php.net>
Thu, 31 Jan 2013 13:22:56 +0000 (14:22 +0100)
old: Stale NFS file handle
new: Stale file handle

ext/sockets/tests/socket_strerror.phpt

index 7985fadbab4a743b28ed1c103a6c8299ad195b17..fb9925edd67ed2d527dc4e828310bb95cb933564 100644 (file)
@@ -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"