#!./perl
# $RCSfile: read.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:17 $
print "1..4\n";
print ($got == 4 ? "ok 1\n" : "not ok 1\n");
print ($buf eq "perl" ? "ok 2\n" : "not ok 2 :$buf:\n");
print ($got == 0 ? "ok 3\n" : "not ok 3\n");
print ($buf eq "" ? "ok 4\n" : "not ok 4\n");