]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/join-test.e
Test suite: Update file headers and comments
[ngircd-alex.git] / src / testsuite / join-test.e
index 41a5168ae296ea34d6cd4f44326dfb360850608c..28b4c54faf210fa9746055a4c85f480a6bfce691 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# JOIN test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -64,5 +67,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-