Skip to content

Commit 79c9028

Browse files
committed
Relax error message expectation in socket test
1 parent 06ea1a2 commit 79c9028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/tests/socket_listen-wrongparams.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $socket = socket_create(AF_UNIX, SOCK_STREAM, 0);
1414
var_dump(socket_listen($socket));
1515
?>
1616
--EXPECTF--
17-
Warning: socket_listen(): unable to listen on socket [%d]: Invalid argument in %s on line %d
17+
Warning: socket_listen(): unable to listen on socket [%d]: %s in %s on line %d
1818
bool(false)
1919
--CREDITS--
2020
Till Klampaeckel, [email protected]

0 commit comments

Comments
 (0)