]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/invite-test.e
Test suite: Update file headers and comments
[ngircd-alex.git] / src / testsuite / invite-test.e
index cc7015a5e5dffe58e76598b42db81bd78071b537..3716d1975fa614d4f693f9d65c8b3d9f42a59b22 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# INVITE test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -109,5 +112,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-