X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fno_share.t;h=7c97b228ab00aba0400bef4d4b135936ca9bb596;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=23a43fd3da0f26af27f1d6769c1867b97464b85f;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/no_share.t b/ext/threads/shared/t/no_share.t index 23a43fd..7c97b22 100644 --- a/ext/threads/shared/t/no_share.t +++ b/ext/threads/shared/t/no_share.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); } } @@ -61,4 +61,6 @@ ok(5, $test eq "bar" || $test eq 'baz', "Test that value is an expected one"); ok(6, ! is_shared($test), "Check for sharing"); +exit(0); + # EOF