ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Inotify2/t/00_load.t
Revision: 1.2
Committed: Mon Aug 22 10:00:10 2005 UTC (21 years ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-1_1, rel-1_0, rel-1_2, rel-2_2, rel-2_3, rel-2_0, rel-2_1, rel-1_01, rel-0_8, rel-1_21, rel-1_22, HEAD
Changes since 1.1: +2 -7 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.2 BEGIN { $| = 1; print "1..1\n"; }
2 root 1.1 END {print "not ok 1\n" unless $loaded;}
3 root 1.2 use Linux::Inotify2;
4 root 1.1 $loaded = 1;
5     print "ok 1\n";