From c82d0e1e6a50cf66206d7e33fb271f6ee9f3395b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 21 Feb 2011 14:14:30 +0000 Subject: Add skip_all_if_miniperl() to test.pl, and use it in 6 test scripts All require dynamic loading to work, so all should be skipped under minitest. --- t/io/iofile.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/io/iofile.t') diff --git a/t/io/iofile.t b/t/io/iofile.t index 9a5b278289..f2ac66fb9c 100644 --- a/t/io/iofile.t +++ b/t/io/iofile.t @@ -4,6 +4,7 @@ BEGIN { chdir 't' if -d 't'; @INC = '../lib'; require './test.pl'; + skip_all_if_miniperl("miniperl can't load IO::File"); } $| = 1; -- cgit v1.2.1