diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-16 21:59:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-16 21:59:46 +0000 |
commit | a216c6457aac819cebe41e876f67540ee6db1e22 (patch) | |
tree | 85c9f1c55886b84e90d74b08b5425cd33738cab5 /t | |
parent | f27ffc4a6f879c06b35c4ce682db4c638250041b (diff) | |
parent | 4682965a1447ea44ca0e54daf6511745b18aef6c (diff) | |
download | perl-a216c6457aac819cebe41e876f67540ee6db1e22.tar.gz |
[win32] integrate mainline
p4raw-id: //depot/win32/perl@1007
Diffstat (limited to 't')
-rwxr-xr-x | t/op/ipcsem.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/op/ipcsem.t b/t/op/ipcsem.t index 73b8a8f351..f71f810570 100755 --- a/t/op/ipcsem.t +++ b/t/op/ipcsem.t @@ -108,6 +108,11 @@ 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) |