source:
vendor/perl/5.8.8/lib/less.t@
3298
| Last change on this file since 3298 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 118 bytes | |
| Rev | Line | |
|---|---|---|
| [3181] | 1 | #!./perl |
| 2 | ||
| 3 | BEGIN { | |
| 4 | chdir 't' if -d 't'; | |
| 5 | push @INC, '../lib'; | |
| 6 | } | |
| 7 | ||
| 8 | use Test::More tests => 1; | |
| 9 | ||
| 10 | use_ok( 'less' ); |
Note:
See TracBrowser
for help on using the repository browser.
