X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fcond.t;h=3a6bfdf438192e045e2efe0815d7a5c962235ceb;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=962bf160b4d0c91c32ad20ccfac3a6d780f5d407;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/cond.t b/ext/threads/shared/t/cond.t index 962bf16..3a6bfdf 100644 --- a/ext/threads/shared/t/cond.t +++ b/ext/threads/shared/t/cond.t @@ -8,7 +8,7 @@ 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); } } @@ -282,4 +282,6 @@ $Base++; $Base += 4; } +exit(0); + # EOF