X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fwait.t;h=6863292fe2f08101d8b00bbee598cef4ea09c2fd;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=4b5bd8ee40ad211164a003731a66b854bc973536;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/wait.t b/ext/threads/shared/t/wait.t index 4b5bd8e..6863292 100644 --- a/ext/threads/shared/t/wait.t +++ b/ext/threads/shared/t/wait.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); } } @@ -350,4 +350,6 @@ SYNCH_REFS: { } # -- SYNCH_REFS block +exit(0); + # EOF