]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/connect-test.e
Test suite: Update file headers and comments
[ngircd-alex.git] / src / testsuite / connect-test.e
index 49ce70c12685d258aa5ede6c4c2d676eae920126..662f5f7a580f6b266be2aa5161a0b7a0f05d95ca 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: connect-test.e,v 1.1 2002/09/09 10:16:24 alex Exp $
+# ngIRCd test suite
+# Server connect test
 
 spawn telnet localhost 6789
 expect {
@@ -17,5 +18,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-