X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fstress.t;h=b82d81e07085a11da0c0a6b2769d2e88819bbe80;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=607d25c8cbb62626a62c0b177991abc7df29de38;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/stress.t b/ext/threads/shared/t/stress.t index 607d25c..b82d81e 100644 --- a/ext/threads/shared/t/stress.t +++ b/ext/threads/shared/t/stress.t @@ -8,11 +8,11 @@ BEGIN { } use Config; if (! $Config{'useithreads'}) { - print("1..0 # Skip: Perl not compiled with 'useithreads'\n"); + print("1..0 # SKIP Perl not compiled with 'useithreads'\n"); exit(0); } if ($^O eq 'hpux' && $Config{osvers} <= 10.20) { - print("1..0 # Skip: Broken under HP-UX 10.20\n"); + print("1..0 # SKIP Broken under HP-UX 10.20\n"); exit(0); } } @@ -129,4 +129,6 @@ use threads::shared; } } +exit(0); + # EOF