]> git.imager.perl.org - imager.git/blobdiff - t/t082limit.t
update skip messages to match Imager's new threads support
[imager.git] / t / t082limit.t
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";