Skip to content

Commit 28751d3

Browse files
committed
Fix nightly failure in socket_afpacket.phpt
Alpine has a slighly differently worded error message, so relax the test: "unable to retrieve peer name [95]: Not supported"
1 parent a611be4 commit 28751d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/tests/socket_afpacket.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ bool(true)
3434
string(2) "lo"
3535
int(%i)
3636

37-
Warning: socket_getpeername(): unable to retrieve peer name [95]: Operation not supported in %s on line %d
37+
Warning: socket_getpeername(): unable to retrieve peer name [95]: %sot supported in %s on line %d

0 commit comments

Comments
 (0)