diff options
| -rw-r--r-- | ext/sockets/tests/socket_cmsg_credentials.phpt | 4 | ||||
| -rw-r--r-- | ext/sockets/tests/socket_cmsg_rights.phpt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/sockets/tests/socket_cmsg_credentials.phpt b/ext/sockets/tests/socket_cmsg_credentials.phpt index 09266e6cbd..0472d3e001 100644 --- a/ext/sockets/tests/socket_cmsg_credentials.phpt +++ b/ext/sockets/tests/socket_cmsg_credentials.phpt @@ -16,12 +16,12 @@ die('skip SO_PASSCRED is not defined'); } --CLEAN-- <?php -$path = __DIR__ . "/unix_sock"; +$path = __DIR__ . "/socket_cmsg_credentials.sock"; @unlink($path); --FILE-- <?php include __DIR__."/mcast_helpers.php.inc"; -$path = __DIR__ . "/unix_sock"; +$path = __DIR__ . "/socket_cmsg_credentials.sock"; @unlink($path); diff --git a/ext/sockets/tests/socket_cmsg_rights.phpt b/ext/sockets/tests/socket_cmsg_rights.phpt index bd758abdf9..a00aa919fc 100644 --- a/ext/sockets/tests/socket_cmsg_rights.phpt +++ b/ext/sockets/tests/socket_cmsg_rights.phpt @@ -13,12 +13,12 @@ die('skip not for AIX'); } --CLEAN-- <?php -$path = __DIR__ . "/unix_sock"; +$path = __DIR__ . "/socket_cmsg_rights.sock"; @unlink($path); --FILE-- <?php include __DIR__."/mcast_helpers.php.inc"; -$path = __DIR__ . "/unix_sock"; +$path = __DIR__ . "/socket_cmsg_rights.sock"; @unlink($path); |
