X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fhv_simple.t;h=e80cd0882dd0aedd0797ef03398aed5d21e9f81e;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=9ea9b9e6205342cb400e72f95af27c019ece999d;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/hv_simple.t b/ext/threads/shared/t/hv_simple.t index 9ea9b9e..e80cd08 100644 --- a/ext/threads/shared/t/hv_simple.t +++ b/ext/threads/shared/t/hv_simple.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); } } @@ -77,4 +77,6 @@ ok(15, keys %hash == 0, "Check clear"); ok(16, is_shared(%hash), "Check for sharing"); +exit(0); + # EOF