Revision 10724,
187 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r10723,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!./perl |
---|
2 | |
---|
3 | # $RCSfile: sleep.t,v $$Revision: 1.1.1.2 $$Date: 1997-11-13 01:47:06 $ |
---|
4 | |
---|
5 | print "1..1\n"; |
---|
6 | |
---|
7 | $x = sleep 3; |
---|
8 | if ($x >= 2 && $x <= 10) {print "ok 1\n";} else {print "not ok 1 $x\n";} |
---|
Note: See
TracBrowser
for help on using the repository browser.