diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-06-30 20:30:14 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-06-30 20:31:36 +0100 |
commit | f507d6f025503d42282fe562873d505fd9969d0d (patch) | |
tree | 09a21e22766ec693c3c50ccf8be023635641cf27 /ext/Fcntl | |
parent | 849ddec1b3fbb2910a27e5e65275b3164d60285c (diff) | |
download | perl-f507d6f025503d42282fe562873d505fd9969d0d.tar.gz |
Convert Fcntl and PerlIO::encoding's tests to Test::More.
Remove one vestigial mention of MacOS.
Diffstat (limited to 'ext/Fcntl')
-rw-r--r-- | ext/Fcntl/t/mode.t | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/Fcntl/t/mode.t b/ext/Fcntl/t/mode.t index 57bd0c470c..3114a0b775 100644 --- a/ext/Fcntl/t/mode.t +++ b/ext/Fcntl/t/mode.t @@ -1,10 +1,6 @@ #!./perl -w -BEGIN { - require 'test.pl'; -} - -plan tests => 2; +use Test::More tests => 2; use File::Temp; use Fcntl qw(:mode); |