X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fhv_refs.t;h=3985b3c3bb9afe4434dc387095766000d011050e;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=cc57a34e40229038f9030314a146e12753fe4834;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/hv_refs.t b/ext/threads/shared/t/hv_refs.t index cc57a34..3985b3c 100644 --- a/ext/threads/shared/t/hv_refs.t +++ b/ext/threads/shared/t/hv_refs.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); } } @@ -110,4 +110,6 @@ ok(10, keys %foo == 0, "And make sure we realy have deleted the values"); ok(19, is_shared($foo), "Check for sharing"); ok(20, is_shared(%foo), "Check for sharing"); +exit(0); + # EOF