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 31d7eb4799..f2b56018d6 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 a77f493650..050186c482 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); |
