Blame


1 fc6f6474 2002-09-09 alex # $Id: stress-A.e,v 1.1 2002/09/09 22:56:07 alex Exp $
2 fc6f6474 2002-09-09 alex
3 fc6f6474 2002-09-09 alex spawn telnet localhost 6789
4 fc6f6474 2002-09-09 alex expect {
5 fc6f6474 2002-09-09 alex timeout { exit 1 }
6 fc6f6474 2002-09-09 alex "Connected"
7 fc6f6474 2002-09-09 alex }
8 fc6f6474 2002-09-09 alex
9 fc6f6474 2002-09-09 alex # -eof-