summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_cmsg_credentials.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_cmsg_credentials.phpt')
-rw-r--r--ext/sockets/tests/socket_cmsg_credentials.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sockets/tests/socket_cmsg_credentials.phpt b/ext/sockets/tests/socket_cmsg_credentials.phpt
index 6fa2517db2..09266e6cbd 100644
--- a/ext/sockets/tests/socket_cmsg_credentials.phpt
+++ b/ext/sockets/tests/socket_cmsg_credentials.phpt
@@ -18,7 +18,6 @@ die('skip SO_PASSCRED is not defined');
<?php
$path = __DIR__ . "/unix_sock";
@unlink($path);
-
--FILE--
<?php
include __DIR__."/mcast_helpers.php.inc";
@@ -57,7 +56,6 @@ print_r($data);
$pid = getmypid();
var_dump($data['control'][0]['data']['pid'] === $pid);
-
--EXPECTF--
creating send socket
resource(%d) of type (Socket)