mirror of
https://github.com/osmarks/ngircd.git
synced 2025-12-08 23:38:08 +00:00
11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
# ngIRCd test suite
|
|
# "Stress" header
|
|
|
|
set timeout 30
|
|
|
|
spawn telnet localhost 6789
|
|
expect {
|
|
timeout { exit 1 }
|
|
"Connected"
|
|
}
|