]> git.imager.perl.org - imager.git/commitdiff
update skip messages to match Imager's new threads support
authorTony Cook <tony@develop-help.com>
Fri, 14 Dec 2012 09:43:39 +0000 (20:43 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 14 Dec 2012 09:43:39 +0000 (20:43 +1100)
t/t080log.t
t/t081error.t
t/t082limit.t
t/t99thread.t

index 738e8f2ddeef374f037a37040c74b6da374882da..2aa72199dc39ea946b1e6e2f621d83f94648e623 100644 (file)
@@ -18,9 +18,9 @@ BEGIN {
 use Test::More;
 
 $Config{useithreads}
-  or plan skip_all => "can't test Imager's lack of threads support with no threads";
+  or plan skip_all => "can't test Imager's threads support with no threads";
 $] > 5.008007
-  or plan skip_all => "require a perl with CLONE_SKIP to test Imager's lack of threads support";
+  or plan skip_all => "require a perl with CLONE_SKIP to test Imager's threads support";
 $loaded_threads
   or plan skip_all => "couldn't load threads";
 
index 1ee24892fda479eb1b7c1a1406e4a72843df1971..4eacbd01b1526bb0fbfa23ef56d5519d65f57644 100644 (file)
@@ -18,9 +18,9 @@ BEGIN {
 use Test::More;
 
 $Config{useithreads}
-  or plan skip_all => "can't test Imager's lack of threads support with no threads";
+  or plan skip_all => "can't test Imager's threads support with no threads";
 $] > 5.008007
-  or plan skip_all => "require a perl with CLONE_SKIP to test Imager's lack of threads support";
+  or plan skip_all => "require a perl with CLONE_SKIP to test Imager's threads support";
 $loaded_threads
   or plan skip_all => "couldn't load threads";
 
index a63066cdef3dba100caa4547aacfe6236121ba65..ac3d841790cca2963db6bfb9aa0f80f965f40641 100644 (file)
@@ -18,9 +18,9 @@ BEGIN {
 use Test::More;
 
 $Config{useithreads}
-  or plan skip_all => "can't test Imager's lack of threads support with no threads";
+  or plan skip_all => "can't test Imager's threads support with no threads";
 $] > 5.008007
-  or plan skip_all => "require a perl with CLONE_SKIP to test Imager's lack of threads support";
+  or plan skip_all => "require a perl with CLONE_SKIP to test Imager's threads support";
 $loaded_threads
   or plan skip_all => "couldn't load threads";
 
index 86e46f030da3606a02679dc42322b3150597d713..f03cd249ca9f29ed989218fe70f43af368afd446 100644 (file)
@@ -18,9 +18,9 @@ BEGIN {
 use Test::More;
 
 $Config{useithreads}
-  or plan skip_all => "can't test Imager's lack of threads support with no threads";
+  or plan skip_all => "can't test Imager's threads support with no threads";
 $] > 5.008007
-  or plan skip_all => "require a perl with CLONE_SKIP to test Imager's lack of threads support";
+  or plan skip_all => "require a perl with CLONE_SKIP to test Imager's threads support";
 $loaded_threads
   or plan skip_all => "couldn't load threads";