X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fthreads%2Fshared%2Ft%2Fsv_refs.t;h=30173bd29e43e78e8c1b82ede91c81c977945b06;hb=6c791b1568bda9f592749d4c80a9b5eb86201e25;hp=72dc3c4c22355ea6a212a902b892014a30a02d94;hpb=8381071f750dc80d2b1c239344ce1b5eb5c29628;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/threads/shared/t/sv_refs.t b/ext/threads/shared/t/sv_refs.t index 72dc3c4..30173bd 100644 --- a/ext/threads/shared/t/sv_refs.t +++ b/ext/threads/shared/t/sv_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); } } @@ -100,4 +100,6 @@ ok(11, is_shared($foo), "Check for sharing"); ok(21, is_shared($w) == is_shared($$$$w), '_id($w) == _id($$$$w)'); } +exit(0); + # EOF