Add a hopefully comforting message if there seems to be no LFS.
[p5sagit/p5-mst-13.2.git] / t / lib / thread.t
index 5cc2eaf..3bca8ba 100755 (executable)
@@ -5,7 +5,7 @@ BEGIN {
     unshift @INC, '../lib';
     require Config; import Config;
     if (! $Config{'usethreads'}) {
-       print "1..0\n";
+       print "1..0 # Skip: this perl is not threaded\n";
        exit 0;
     }