X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fnothread.t;h=a434956cb024d6b3409ee78ca706e0c79f03bc39;hb=45c0de28763808112fd2f46ea311b6bb0c6050b3;hp=cee8e2dbe17e7d70fae8be1e20f39e9cc03b981b;hpb=aa854799af20b80973df4e295167b2fda1fc7a9c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/nothread.t b/t/op/nothread.t index cee8e2d..a434956 100755 --- a/t/op/nothread.t +++ b/t/op/nothread.t @@ -11,7 +11,7 @@ BEGIN import Config; if ($Config{'usethreads'}) { - print "1..0\n"; + print "1..0 # Skip: this perl is threaded\n"; exit 0; } }