]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/who-test.e
Test suite: Update file headers and comments
[ngircd-alex.git] / src / testsuite / who-test.e
index 0a71e3f784ffe0436637d8c5a709d82317e96580..a41e6b6a68574f394ef68731948a1ec4764f3bd0 100644 (file)
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# WHO test
+
 spawn telnet localhost 6789
 expect {
        timeout { exit 1 }
@@ -198,5 +201,3 @@ expect {
        timeout { exit 1 }
        "Connection closed"
 }
-
-# -eof-