summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2014-05-13 22:40:53 -0400
committerRicardo Signes <rjbs@cpan.org>2014-05-13 22:40:53 -0400
commitdb93ece847ecae62a67dd3899f41f9625d05f011 (patch)
tree22d5e8f7e43a08be10a9b01ed47aea767a3adce1
parent078902ab1e24d7f55fb866a0939a7228fbfe0b8b (diff)
downloadperl-db93ece847ecae62a67dd3899f41f9625d05f011.tar.gz
use skip_all; test.pl plan does not support skip_all
-rw-r--r--t/io/sem.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/sem.t b/t/io/sem.t
index 0352bcf457..0e309eb4f6 100644
--- a/t/io/sem.t
+++ b/t/io/sem.t
@@ -35,7 +35,7 @@ if (not defined $id) {
my $info = "semget failed: $!";
if ($! == &IPC::SysV::ENOSPC || $! == &IPC::SysV::ENOSYS ||
$! == &IPC::SysV::ENOMEM || $! == &IPC::SysV::EACCES) {
- plan(skip_all => $info);
+ skip_all($info);
}
else {
die $info;