summaryrefslogtreecommitdiff
path: root/lib/less.t
diff options
context:
space:
mode:
authorchromatic <chromatic@wgz.org>2001-09-06 17:11:44 -0600
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-07 11:23:05 +0000
commit70a6dec2023ddb804ce104624fb6280eadcec9e7 (patch)
tree14cfd73396d1a78820480cb5962d67f61aea5d04 /lib/less.t
parentbe78229580a7b522657e67f08238d91aca4ac428 (diff)
downloadperl-70a6dec2023ddb804ce104624fb6280eadcec9e7.tar.gz
Add Tests for the less Pragma
Message-ID: <20010907051609.91459.qmail@onion.perl.org> p4raw-id: //depot/perl@11929
Diffstat (limited to 'lib/less.t')
-rw-r--r--lib/less.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/less.t b/lib/less.t
new file mode 100644
index 0000000000..c801a1bda6
--- /dev/null
+++ b/lib/less.t
@@ -0,0 +1,10 @@
+#!./perl
+
+BEGIN {
+ chdir 't' if -d 't';
+ push @INC, '../lib';
+}
+
+use Test::More tests => 1;
+
+use_ok( 'less' );