1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-07-03 02:12:49 +00:00
ngircd/src/testsuite/stress-A.e
Alexander Barton fc6f64742c - EXTRA_DIST ergaenzt, clean-Target erweitert.
- neues Script "stress-server.sh" integriert.
2002-09-09 22:56:07 +00:00

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-