Test hex('x...').
[p5sagit/p5-mst-13.2.git] / t / op / nothread.t
index a0d444d..a434956 100755 (executable)
@@ -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;
    }
  }