diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-02-21 14:14:30 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-02-21 14:14:30 +0000 |
commit | c82d0e1e6a50cf66206d7e33fb271f6ee9f3395b (patch) | |
tree | 0d9fe7d03b9335977283e9e50f2b8fa72aaac52e /t/io/iofile.t | |
parent | f977b7bb0e0946aca578868ac597c28bdbc2c2c2 (diff) | |
download | perl-c82d0e1e6a50cf66206d7e33fb271f6ee9f3395b.tar.gz |
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.
Diffstat (limited to 't/io/iofile.t')
-rw-r--r-- | t/io/iofile.t | 1 |
1 files changed, 1 insertions, 0 deletions
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; |