mirror of
https://github.com/osmarks/ngircd.git
synced 2025-07-03 02:12:49 +00:00
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
# $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-
|