Test hex('x...').
[p5sagit/p5-mst-13.2.git] / t / op / nothread.t
old mode 100644 (file)
new mode 100755 (executable)
index a0d444d..a434956
@@ -6,12 +6,12 @@
 BEGIN
  {
   chdir 't' if -d 't';
-  @INC = "../lib";
+  unshift @INC, "../lib";
   require Config;
   import Config;
   if ($Config{'usethreads'})
    {
-    print "1..0\n";
+    print "1..0 # Skip: this perl is threaded\n";
     exit 0;
    }
  }