about summary refs log tree commit diff
path: root/src/testsuite/stress-A.e
blob: 4127dcc36a10a4c72809f7be29f7904f9a94fd89 (plain)
1
2
3
4
5
6
7
8
9
# $Id: stress-A.e,v 1.1 2002/09/09 22:56:07 alex Exp $

spawn telnet localhost 6789
expect {
	timeout { exit 1 }
	"Connected"
}

# -eof-