1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-12-08 23:38:08 +00:00
Files
ngircd/src/testsuite/stress-A.e
2014-04-17 23:56:36 +02:00

11 lines
127 B
Plaintext

# ngIRCd test suite
# "Stress" header
set timeout 30
spawn telnet localhost 6789
expect {
timeout { exit 1 }
"Connected"
}