This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix test following change #25181
[perl5.git] / lib / less.t
CommitLineData
70a6dec2 1#!./perl
2
3BEGIN {
4 chdir 't' if -d 't';
5 push @INC, '../lib';
6}
7
8use Test::More tests => 1;
9
10use_ok( 'less' );