summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-20 21:48:32 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-20 21:48:32 +0000
commiteda5ff319dcb749e45b560057fa141edfd70ae33 (patch)
tree7de3799955f53ca2cb004f1c02ec63f616c6bcd6 /t
parent249edfdff1b2b750e894ee5a0b6cb64d2640ca02 (diff)
downloadperl-eda5ff319dcb749e45b560057fa141edfd70ae33.tar.gz
manual integration of all outstanding ansi branch stuff into mainline
p4raw-id: //depot/perl@1162
Diffstat (limited to 't')
-rwxr-xr-xt/op/ipcsem.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/op/ipcsem.t b/t/op/ipcsem.t
index a1450ffd42..55e810415c 100755
--- a/t/op/ipcsem.t
+++ b/t/op/ipcsem.t
@@ -108,11 +108,6 @@ BEGIN {
use strict;
-# This test doesn't seem to work properly yet so skip it for _65
-print "1..0\n";
-exit;
-
-
print "1..10\n";
my $sem = semget($IPC_PRIVATE, 10, $S_IRWXU | $S_IRWXG | $S_IRWXO | $IPC_CREAT);