summaryrefslogtreecommitdiff
path: root/t/lib/socket.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib/socket.t')
-rwxr-xr-xt/lib/socket.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/socket.t b/t/lib/socket.t
index afc2a5bb75..1e1027e081 100755
--- a/t/lib/socket.t
+++ b/t/lib/socket.t
@@ -5,7 +5,7 @@ BEGIN {
@INC = '../lib' if -d '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bSocket\b/ &&
- !(($^O eq 'VMS') && $Config{d_has_socket})) {
+ !(($^O eq 'VMS') && $Config{d_socket})) {
print "1..0\n";
exit 0;
}